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

<<1112131415161718

  /external/python/cpython2/Lib/test/
test_complex.py 128 __hash__ = None variable in class:ComplexTest.test_no_implicit_coerce.A
test_operator.py 60 __hash__ = None # Silence Py3k warning variable in class:OperatorTestCase.test_eq.C
  /external/python/cpython2/Lib/
uuid.py 187 def __hash__(self): member in class:UUID
  /external/scapy/scapy/
pipetool.py 253 def __hash__(self): member in class:_ConnectorLogic
254 return object.__hash__(self)
  /prebuilts/gdb/darwin-x86/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
_abcoll.py 36 def __hash__(self): member in class:Hashable
44 if "__hash__" in B.__dict__:
45 if B.__dict__["__hash__"]:
50 if getattr(C, "__hash__", None):
226 __hash__ = None variable in class:Set
231 Note that we don't define __hash__: not all sets are hashable.
232 But if you define a hashable set type, its __hash__ should
240 freedom for __eq__ or __hash__. We match the algorithm used
402 __hash__ = None variable in class:Mapping
mhlib.py 806 def __hash__(self): member in class:IntSet
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_complex.py 123 __hash__ = None variable in class:ComplexTest.test_no_implicit_coerce.A
test_dict.py 102 def __hash__(self): member in class:DictTest.test_getitem.BadEq
113 def __hash__(self): member in class:DictTest.test_getitem.BadHash
299 def __hash__(self): member in class:DictTest.test_setdefault.BadHash
311 # Issue #13521: setdefault() calls __hash__ and __eq__ only once.
316 def __hash__(self): member in class:DictTest.test_setdefault_atomic.Hashed
386 def __hash__(self): member in class:DictTest.test_pop.BadHash
432 def __hash__(self): member in class:DictTest.test_le.BadCmp
497 def __hash__(self): member in class:DictTest.test_bad_key.BadDictKey
541 def __hash__(self): member in class:DictTest.test_resize2.X
test_operator.py 60 __hash__ = None # Silence Py3k warning variable in class:OperatorTestCase.test_eq.C
  /prebuilts/gdb/linux-x86/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
_abcoll.py 36 def __hash__(self): member in class:Hashable
44 if "__hash__" in B.__dict__:
45 if B.__dict__["__hash__"]:
50 if getattr(C, "__hash__", None):
226 __hash__ = None variable in class:Set
231 Note that we don't define __hash__: not all sets are hashable.
232 But if you define a hashable set type, its __hash__ should
240 freedom for __eq__ or __hash__. We match the algorithm used
402 __hash__ = None variable in class:Mapping
mhlib.py 806 def __hash__(self): member in class:IntSet
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_complex.py 123 __hash__ = None variable in class:ComplexTest.test_no_implicit_coerce.A
test_dict.py 102 def __hash__(self): member in class:DictTest.test_getitem.BadEq
113 def __hash__(self): member in class:DictTest.test_getitem.BadHash
299 def __hash__(self): member in class:DictTest.test_setdefault.BadHash
311 # Issue #13521: setdefault() calls __hash__ and __eq__ only once.
316 def __hash__(self): member in class:DictTest.test_setdefault_atomic.Hashed
386 def __hash__(self): member in class:DictTest.test_pop.BadHash
432 def __hash__(self): member in class:DictTest.test_le.BadCmp
497 def __hash__(self): member in class:DictTest.test_bad_key.BadDictKey
541 def __hash__(self): member in class:DictTest.test_resize2.X
test_operator.py 60 __hash__ = None # Silence Py3k warning variable in class:OperatorTestCase.test_eq.C
  /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
_abcoll.py 36 def __hash__(self): member in class:Hashable
44 if "__hash__" in B.__dict__:
45 if B.__dict__["__hash__"]:
50 if getattr(C, "__hash__", None):
226 __hash__ = None variable in class:Set
231 Note that we don't define __hash__: not all sets are hashable.
232 But if you define a hashable set type, its __hash__ should
240 freedom for __eq__ or __hash__. We match the algorithm used
402 __hash__ = None variable in class:Mapping
mhlib.py 806 def __hash__(self): member in class:IntSet
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_complex.py 123 __hash__ = None variable in class:ComplexTest.test_no_implicit_coerce.A
test_dict.py 102 def __hash__(self): member in class:DictTest.test_getitem.BadEq
113 def __hash__(self): member in class:DictTest.test_getitem.BadHash
299 def __hash__(self): member in class:DictTest.test_setdefault.BadHash
311 # Issue #13521: setdefault() calls __hash__ and __eq__ only once.
316 def __hash__(self): member in class:DictTest.test_setdefault_atomic.Hashed
386 def __hash__(self): member in class:DictTest.test_pop.BadHash
432 def __hash__(self): member in class:DictTest.test_le.BadCmp
497 def __hash__(self): member in class:DictTest.test_bad_key.BadDictKey
541 def __hash__(self): member in class:DictTest.test_resize2.X
test_operator.py 60 __hash__ = None # Silence Py3k warning variable in class:OperatorTestCase.test_eq.C
  /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
_abcoll.py 36 def __hash__(self): member in class:Hashable
44 if "__hash__" in B.__dict__:
45 if B.__dict__["__hash__"]:
50 if getattr(C, "__hash__", None):
226 __hash__ = None variable in class:Set
231 Note that we don't define __hash__: not all sets are hashable.
232 But if you define a hashable set type, its __hash__ should
240 freedom for __eq__ or __hash__. We match the algorithm used
402 __hash__ = None variable in class:Mapping
mhlib.py 806 def __hash__(self): member in class:IntSet
    [all...]

Completed in 616 milliseconds

<<1112131415161718