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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_weakset.py 30 def __hash__(self): member in class:SomeClass
191 def __hash__(self): member in class:TestWeakSet.test_subclass_with_custom_hash.H
  /prebuilts/gdb/linux-x86/lib/python2.7/
uuid.py 185 def __hash__(self): member in class:UUID
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_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
uuid.py 185 def __hash__(self): member in class:UUID
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 65 __hash__ = None # For Py3 compatibility. variable in class:Base
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
mapping_tests.py 570 def __hash__(self): member in class:TestHashMappingProtocol.test_getitem.BadEq
579 def __hash__(self): member in class:TestHashMappingProtocol.test_getitem.BadHash
607 def __hash__(self): member in class:TestHashMappingProtocol.test_pop.BadHash
657 def __hash__(self): member in class:TestHashMappingProtocol.test_le.BadCmp
676 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
400 self.assertCallStack([('__hash__', (testme,))])
535 # no __hash__
608 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 53 __hash__ = None variable in class:DummyFloat
89 __hash__ = None variable in class:DummyRational
test_hash.py 53 _default_hash = object.__hash__
58 def __hash__(self): member in class:FixedHash
65 __hash__ = None variable in class:OnlyEquality
66 del OnlyEquality.__hash__
76 __hash__ = None variable in class:OnlyCmp
77 del OnlyCmp.__hash__
84 __hash__ = None variable in class:NoHash
141 _default_hash = object.__hash__
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.
test_sort.py 73 __hash__ = None # Silence Py3k warning variable in class:TestBase.testStressfully.Stable
test_weakset.py 30 def __hash__(self): member in class:SomeClass
191 def __hash__(self): member in class:TestWeakSet.test_subclass_with_custom_hash.H
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 65 __hash__ = None # For Py3 compatibility. variable in class:Base
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
terules.py 312 def __hash__(self): member in class:AVRuleWrapper
341 def __hash__(self): member in class:AVRuleXpermWrapper
380 def __hash__(self): member in class:TERuleWrapper

Completed in 899 milliseconds

1 2 3 4 5 6 7 8 91011>>