def intersection(self, iselections):
     return flex.intersection(size=self.n_seq, iselections=iselections)
示例#2
0
 def intersection(self, iselections):
   return flex.intersection(
     size=self.n_seq,
     iselections=iselections)