示例#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])