Exemplo n.º 1
0
 def __hash__(self):
     return Enum.__hash__(self)
Exemplo n.º 2
0
 def __hash__(self):
     # noinspection PyArgumentList
     return Enum.__hash__(self)