Searched defs:__hash__ (Results 26 - 50 of 218) sorted by relevance

123456789

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_slice.py21 self.assertRaises(TypeError, slice(5).__hash__)
36 __hash__ = None # Silence Py3k warning variable in class:SliceTest.test_cmp.BadCmp
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
H A Dmlsrules.py112 def __hash__(self): member in class:MLSRuleWrapper
H A Drbacrules.py131 def __hash__(self): member in class:RoleAllowWrapper
155 def __hash__(self): member in class:RoleTransitionWrapper
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
H A Dfscontext.py108 def __hash__(self): member in class:Genfscon
148 def __hash__(self): member in class:FSUse
H A Drbacrule.py78 def __hash__(self): member in class:RoleAllow
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_mutants.py93 def __hash__(self): member in class:Horrid
215 def __hash__(self): member in class:Machiavelli
240 def __hash__(self): member in class:Machiavelli2
275 def __hash__(self): member in class:Machiavelli3
H A Dtest_slice.py21 self.assertRaises(TypeError, slice(5).__hash__)
36 __hash__ = None # Silence Py3k warning variable in class:SliceTest.test_cmp.BadCmp
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A DUserDict.py16 __hash__ = None # Avoid Py3k warning variable in class:UserDict
H A DUserList.py28 __hash__ = None # Mutable sequence, so not hashable variable in class:UserList
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
H A Dpgen.py382 __hash__ = None # For Py3 compatibility. variable in class:DFAState
/prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/
H A Dregression.py252 def __hash__(self): member in class:RegressionTests.CheckSetDict.NotHashable
/prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
H A Dsuite.py35 __hash__ = None variable in class:BaseTestSuite
/prebuilts/gdb/linux-x86/lib/python2.7/
H A DUserDict.py16 __hash__ = None # Avoid Py3k warning variable in class:UserDict
H A DUserList.py28 __hash__ = None # Mutable sequence, so not hashable variable in class:UserList
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
H A Dpgen.py382 __hash__ = None # For Py3 compatibility. variable in class:DFAState
/prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/
H A Dregression.py252 def __hash__(self): member in class:RegressionTests.CheckSetDict.NotHashable
/prebuilts/gdb/linux-x86/lib/python2.7/unittest/
H A Dsuite.py35 __hash__ = None variable in class:BaseTestSuite
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DUserDict.py16 __hash__ = None # Avoid Py3k warning variable in class:UserDict
H A DUserList.py28 __hash__ = None # Mutable sequence, so not hashable variable in class:UserList
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
H A Dpgen.py382 __hash__ = None # For Py3 compatibility. variable in class:DFAState
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
H A Dregression.py252 def __hash__(self): member in class:RegressionTests.CheckSetDict.NotHashable
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
H A Dsuite.py35 __hash__ = None variable in class:BaseTestSuite
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DUserDict.py16 __hash__ = None # Avoid Py3k warning variable in class:UserDict
H A DUserList.py28 __hash__ = None # Mutable sequence, so not hashable variable in class:UserList
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
H A Dpgen.py382 __hash__ = None # For Py3 compatibility. variable in class:DFAState

Completed in 557 milliseconds

123456789