예제 #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])