Beispiel #1
0
 def __hash__(self):
     return (InputFilesets.__hash__(self) ^
             hash(self.primary) ^
             hash(self.format) ^
             hash(self.association) ^
             hash(self._type))
Beispiel #2
0
 def __hash__(self):
     return (InputFilesets.__hash__(self) ^
             BaseBidsFileset.__hash__(self))