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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_hash.py14 from collections import Hashable namespace
116 self.assertIsInstance(obj, Hashable)
120 self.assertNotIsInstance(obj, Hashable)
H A Dtest_collections.py12 from collections import Hashable, Iterable, Iterator namespace
293 self.assertNotIsInstance(x, Hashable)
294 self.assertFalse(issubclass(type(x), Hashable), repr(type(x)))
303 self.assertIsInstance(x, Hashable)
304 self.assertTrue(issubclass(type(x), Hashable), repr(type(x)))
305 self.assertRaises(TypeError, Hashable)
307 class H(Hashable):
310 __eq__ = Hashable.__eq__ # Silence Py3k warning
313 self.validate_abstract_methods(Hashable, '__hash__')
314 self.validate_isinstance(Hashable, '__hash_
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_hash.py14 from collections import Hashable namespace
116 self.assertIsInstance(obj, Hashable)
120 self.assertNotIsInstance(obj, Hashable)
H A Dtest_collections.py12 from collections import Hashable, Iterable, Iterator namespace
293 self.assertNotIsInstance(x, Hashable)
294 self.assertFalse(issubclass(type(x), Hashable), repr(type(x)))
303 self.assertIsInstance(x, Hashable)
304 self.assertTrue(issubclass(type(x), Hashable), repr(type(x)))
305 self.assertRaises(TypeError, Hashable)
307 class H(Hashable):
310 __eq__ = Hashable.__eq__ # Silence Py3k warning
313 self.validate_abstract_methods(Hashable, '__hash__')
314 self.validate_isinstance(Hashable, '__hash_
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A D_abcoll.py14 __all__ = ["Hashable", "Iterable", "Iterator",
32 class Hashable: class in inherits:
41 if cls is Hashable:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A D_abcoll.py14 __all__ = ["Hashable", "Iterable", "Iterator",
32 class Hashable: class in inherits:
41 if cls is Hashable:
/prebuilts/devtools/tools/lib/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
H A Djython-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/services/javax.script.ScriptEngineFactory com/xhaus/modjy/ModjyJServlet ...
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...

Completed in 129 milliseconds