Пример #1
0
 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
 def __eq__(self, other):
     return (InputFilesets.__eq__(self, other) and
             BaseBidsFileset.__eq__(self, other))