コード例 #1
0
ファイル: dbdata.py プロジェクト: cerha/pytis
 def __hash__(self):
     return hash_attr(
         self, ('_table', '_column', '_related_to', '_type', '_is_hidden'))
コード例 #2
0
ファイル: dbdata.py プロジェクト: nicLucian/pytis
 def __hash__(self):
     return hash_attr(self, ('_table', '_column', '_related_to', '_type', '_is_hidden'))
コード例 #3
0
ファイル: dbdata.py プロジェクト: cerha/pytis
 def __hash__(self):
     return hash_attr(self, ['_' + option for option in self._OPTIONS])
コード例 #4
0
ファイル: dbdata.py プロジェクト: nicLucian/pytis
 def __hash__(self):
     return hash_attr(self, ['_' + option for option in self._OPTIONS])