def intersection(self, iselections): return flex.intersection(size=self.n_seq, iselections=iselections)
def intersection(self, iselections): return flex.intersection( size=self.n_seq, iselections=iselections)