Home
last modified time | relevance | path

Searched refs:_default_hash (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_hash.py92 _default_hash = object.__hash__ variable
129 self.assertEqual(hash(obj), _default_hash(obj))
165 _default_hash = object.__hash__
167 self.assertEqual(hash(obj), _default_hash(obj))

Completed in 1 milliseconds