Home
last modified time | relevance | path

Searched defs:repr_long (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_hash.py199 repr_long = None variable in StringlikeHashRandomizationTests
281 repr_long = repr('abcdefghijk') variable in StrHashRandomizationTests
298 repr_long = repr(b'abcdefghijk') variable in BytesHashRandomizationTests
307 repr_long = "memoryview(b'abcdefghijk')" variable in MemoryviewHashRandomizationTests
/external/python/cpython2/Lib/
Drepr.py100 def repr_long(self, x, level): member in Repr