Exemplo n.º 1
0
 def __hash__(self):
     return hash_attr(
         self, ('_table', '_column', '_related_to', '_type', '_is_hidden'))
Exemplo n.º 2
0
 def __hash__(self):
     return hash_attr(self, ('_table', '_column', '_related_to', '_type', '_is_hidden'))
Exemplo n.º 3
0
 def __hash__(self):
     return hash_attr(self, ['_' + option for option in self._OPTIONS])
Exemplo n.º 4
0
 def __hash__(self):
     return hash_attr(self, ['_' + option for option in self._OPTIONS])