예제 #1
0
파일: bids_.py 프로젝트: szho42/banana
 def __eq__(self, other):
     return (InputFilesets.__eq__(self, other) and
             self.primary == other.primary and
             self.format == other.format and
             self.association == other.association and
             self._type == other._type)
예제 #2
0
파일: bids_.py 프로젝트: szho42/banana
 def __eq__(self, other):
     return (InputFilesets.__eq__(self, other) and
             BaseBidsFileset.__eq__(self, other))