def __hash__(self): return hash_attr( self, ('_table', '_column', '_related_to', '_type', '_is_hidden'))
def __hash__(self): return hash_attr(self, ('_table', '_column', '_related_to', '_type', '_is_hidden'))
def __hash__(self): return hash_attr(self, ['_' + option for option in self._OPTIONS])