Searched refs:repr_long (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ | ||
H A D | test_hash.py | 199 repr_long = None variable in StringlikeHashRandomizationTests 285 if self.repr_long is None: 288 self.assertEqual(self.get_hash(self.repr_long, seed=42), h) 294 repr_long = repr('abcdefghijk') variable in StrHashRandomizationTests 311 repr_long = repr(b'abcdefghijk') variable in BytesHashRandomizationTests 320 repr_long = "memoryview(b'abcdefghijk')" variable in MemoryviewHashRandomizationTests |
Completed in 2 milliseconds