HomeSort by relevance Sort by last modified time
    Searched defs:__hash__ (Results 126 - 150 of 438) sorted by null

1 2 3 4 56 7 8 91011>>

  /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/darwin-x86/2.7.5/lib/python2.7/unittest/
suite.py 35 __hash__ = None variable in class:BaseTestSuite
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_discovery.py 109 __hash__ = None variable in class:TestDiscovery.test_find_tests_with_package.Module
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
UserList.py 28 __hash__ = None # Mutable sequence, so not hashable variable in class:UserList
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
pgen.py 382 __hash__ = None # For Py3 compatibility. variable in class:DFAState
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
mls.py 330 def __hash__(self): member in class:LevelDecl
378 def __hash__(self): member in class:Level
439 def __hash__(self): member in class:Range
  /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/linux-x86/2.7.5/lib/python2.7/unittest/
suite.py 35 __hash__ = None variable in class:BaseTestSuite
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_discovery.py 109 __hash__ = None variable in class:TestDiscovery.test_find_tests_with_package.Module
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_contacts_utils.py 147 def __hash__(self): member in class:PhoneNumber
166 def __hash__(self): member in class:VCard
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
_weakrefset.py 81 __hash__ = None variable in class:WeakSet
numbers.py 23 __hash__ = None variable in class:Number
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_weakrefset.py 79 __hash__ = None variable in class:WeakSet
fractions.py 508 def __hash__(self): member in class:Fraction
numbers.py 23 __hash__ = None variable in class:Number
sets.py 319 # We inherit object.__hash__, so we must deny this explicitly
320 __hash__ = None variable in class:BaseSet
334 # not called __hash__ because a BaseSet should not be hashable;
392 def __hash__(self): member in class:ImmutableSet
556 def __hash__(self): member in class:_TemporarilyImmutableSet
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
pytree.py 65 __hash__ = None # For Py3 compatibility. variable in class:Base
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
mapping_tests.py 566 def __hash__(self): member in class:TestHashMappingProtocol.test_getitem.BadEq
575 def __hash__(self): member in class:TestHashMappingProtocol.test_getitem.BadHash
603 def __hash__(self): member in class:TestHashMappingProtocol.test_pop.BadHash
653 def __hash__(self): member in class:TestHashMappingProtocol.test_le.BadCmp
672 def __hash__(self): member in class:TestHashMappingProtocol.test_setdefault.BadHash
seq_tests.py 217 __hash__ = None # Can't meet hash invariant requirements variable in class:CommonTest.test_contains_fake.AllEq
test_binop.py 211 __hash__ = None variable in class:Rat
test_class.py 84 def __hash__(self, *args): member in class:AllTests
387 self.assertCallStack([('__hash__', (testme,))])
522 # no __hash__
595 def __hash__(self): member in class:ClassTests.testHashComparisonOfMethods.A
test_coercion.py 313 __hash__ = None # Invalid cmp makes this unhashable variable in class:CoercionTest.test_cmptypes.WackyComparer
test_fractions.py 52 __hash__ = None variable in class:DummyFloat
88 __hash__ = None variable in class:DummyRational
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_richcmp.py 51 __hash__ = None # Vectors cannot be hashed variable in class:Vector
262 # __hash__). Complex numbers are a fine example of that.

Completed in 478 milliseconds

1 2 3 4 56 7 8 91011>>