예제 #1
0
 def __hash__(self):
     return Enum.__hash__(self)
예제 #2
0
 def __hash__(self):
     # noinspection PyArgumentList
     return Enum.__hash__(self)