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

1 2 3 4 5 67 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
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
161 def __hash__(self): member in class:TestWeakSet.test_subclass_with_custom_hash.H
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
uuid.py 185 def __hash__(self): member in class:UUID
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
BuildEngine.py 77 def __hash__(self): member in class:TargetDescBlock
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
Misc.py 522 ## Override __hash__ function
526 def __hash__(self): member in class:PathClass
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DecObject.py 246 ## __hash__
248 def __hash__(self): member in class:DecDefineItemObject
291 ## __hash__
293 def __hash__(self): member in class:DecIncludeItemObject
336 ## __hash__
338 def __hash__(self): member in class:DecLibraryclassItemObject
424 ## __hash__
426 def __hash__(self): member in class:DecPcdItemObject
483 ## __hash__
485 def __hash__(self): member in class:DecGuidItemObject
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/trace_data/
trace_data.py 42 def __hash__(self): member in class:TraceDataPart
  /external/libmojo/third_party/jinja2/
runtime.py 506 def __hash__(self): member in class:Undefined
575 __ne__ = __bool__ = __hash__ = \
  /external/protobuf/python/google/protobuf/internal/
containers.py 106 __hash__ = None variable in class:Mapping
215 def __hash__(self): member in class:BaseContainer
  /external/python/cpython2/Lib/
_weakrefset.py 81 __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
  /external/python/cpython2/Lib/lib2to3/
pytree.py 65 __hash__ = None # For Py3 compatibility. variable in class:Base
  /external/python/cpython2/Lib/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 230 __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 261 "Overriding __eq__ blocks inheritance of __hash__ in 3.x")
268 "Overriding __eq__ blocks inheritance of __hash__ in 3.x")
271 def __hash__(self): pass member in class:TestPy3KWarnings.test_hash_inheritance.NoWarningOnlyHash
277 def __hash__(self): pass member in class:TestPy3KWarnings.test_hash_inheritance.DefinesAllThree
286 "Overriding __eq__ blocks inheritance of __hash__ in 3.x")
293 "Overriding __eq__ blocks inheritance of __hash__ in 3.x")
296 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

Completed in 483 milliseconds

1 2 3 4 5 67 8 91011>>