コード例 #1
0
 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)