HomeSort by relevance Sort by last modified time
    Searched refs:__hash__ (Results 26 - 50 of 123) sorted by null

12 3 4 5

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_py3kwarn.py 260 "Overriding __eq__ blocks inheritance of __hash__ in 3.x")
267 "Overriding __eq__ blocks inheritance of __hash__ in 3.x")
270 def __hash__(self): pass member in class:TestPy3KWarnings.test_hash_inheritance.NoWarningOnlyHash
276 def __hash__(self): pass member in class:TestPy3KWarnings.test_hash_inheritance.DefinesAllThree
285 "Overriding __eq__ blocks inheritance of __hash__ in 3.x")
292 "Overriding __eq__ blocks inheritance of __hash__ in 3.x")
295 def __hash__(self): pass member in class:TestPy3KWarnings.test_hash_inheritance.NoWarningOnlyHash
test_class.py 84 def __hash__(self, *args): member in class:AllTests
400 self.assertCallStack([('__hash__', (testme,))])
535 # no __hash__
608 def __hash__(self): member in class:ClassTests.testHashComparisonOfMethods.A
  /external/clang/utils/
FindSpecRefs 718 def __hash__(self): member in class:SpecIndex
753 def __hash__(self): member in class:RefItem
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
UserString.py 27 def __hash__(self): return hash(self.data) member in class:UserString
144 __hash__ method inherited from UserString. This would lead to
154 # We inherit object.__hash__, so we must deny this explicitly
155 __hash__ = None variable in class:MutableString
UserList.py 28 __hash__ = None # Mutable sequence, so not hashable variable in class:UserList
_weakrefset.py 79 __hash__ = None variable in class:WeakSet
numbers.py 23 __hash__ = None variable in class:Number
UserDict.py 16 __hash__ = None # Avoid Py3k warning variable in class:UserDict
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
UserString.py 27 def __hash__(self): return hash(self.data) member in class:UserString
144 __hash__ method inherited from UserString. This would lead to
154 # We inherit object.__hash__, so we must deny this explicitly
155 __hash__ = None variable in class:MutableString
UserList.py 28 __hash__ = None # Mutable sequence, so not hashable variable in class:UserList
_weakrefset.py 79 __hash__ = None variable in class:WeakSet
numbers.py 23 __hash__ = None variable in class:Number
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
mls.py 374 def __hash__(self): member in class:Level
435 def __hash__(self): member in class:Range
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/policyrep/
mls.py 374 def __hash__(self): member in class:Level
435 def __hash__(self): member in class:Range
  /external/chromium-trace/trace-viewer/perf_insights/third_party/cloudstorage/
common.py 167 def __hash__(self): member in class:GCSFileStat
  /external/fonttools/Lib/fontTools/misc/
transform.py 297 def __hash__(self): member in class:Transform
  /external/lldb/test/unittest2/
suite.py 29 __hash__ = None variable in class:BaseTestSuite
  /external/nanopb-c/generator/google/protobuf/internal/
containers.py 75 def __hash__(self): member in class:BaseContainer
  /external/protobuf/python/google/protobuf/internal/
containers.py 75 def __hash__(self): member in class:BaseContainer
  /external/skia/bench/
check_bench_regressions.py 80 def __hash__(self): member in class:Label
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
regression.py 252 def __hash__(self): member in class:RegressionTests.CheckSetDict.NotHashable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
regression.py 252 def __hash__(self): member in class:RegressionTests.CheckSetDict.NotHashable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_class.py 84 def __hash__(self, *args): member in class:AllTests
400 self.assertCallStack([('__hash__', (testme,))])
535 # no __hash__
608 def __hash__(self): member in class:ClassTests.testHashComparisonOfMethods.A
test_copy.py 439 __hash__ = None # Silence Py3k warning variable in class:TestCopy.test_reconstruct_state.C
456 __hash__ = None # Silence Py3k warning variable in class:TestCopy.test_reconstruct_state_setstate.C
483 __hash__ = None # Silence Py3k warning variable in class:TestCopy.test_reduce_4tuple.C
501 __hash__ = None # Silence Py3k warning variable in class:TestCopy.test_reduce_5tuple.C
  /external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
local.py 197 __hash__ = lambda x: hash(x._get_current_object()) variable in class:LocalProxy

Completed in 1373 milliseconds

12 3 4 5