예제 #1
0
 def __hash__(self):
     return utilities.make_hash((self.__class__, self.__dict__))
예제 #2
0
 def __hash__(self):
     return utilities.make_hash(self.__dict__)