Home
last modified time | relevance | path

Searched defs:repr_ (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_hash.py150 def get_hash_command(self, repr_): argument
153 def get_hash(self, repr_, seed=None): argument
203 repr_ = repr('abc') variable in StrHashRandomizationTests
209 repr_ = repr(u'abc') variable in UnicodeHashRandomizationTests
215 repr_ = 'buffer("abc")' variable in BufferHashRandomizationTests
222 def get_hash_command(self, repr_): argument
226 repr_ = repr(datetime.date(1066, 10, 14)) variable in DatetimeDateTests
229 repr_ = repr(datetime.datetime(1, 2, 3, 4, 5, 6, 7)) variable in DatetimeDatetimeTests
232 repr_ = repr(datetime.time(0)) variable in DatetimeTimeTests
/external/python/cpython3/Lib/test/
Dtest_hash.py174 def get_hash_command(self, repr_): argument
177 def get_hash(self, repr_, seed=None): argument
198 repr_ = None variable in StringlikeHashRandomizationTests
280 repr_ = repr('abc') variable in StrHashRandomizationTests
297 repr_ = repr(b'abc') variable in BytesHashRandomizationTests
306 repr_ = "memoryview(b'abc')" variable in MemoryviewHashRandomizationTests
314 def get_hash_command(self, repr_): argument
318 repr_ = repr(datetime.date(1066, 10, 14)) variable in DatetimeDateTests
321 repr_ = repr(datetime.datetime(1, 2, 3, 4, 5, 6, 7)) variable in DatetimeDatetimeTests
324 repr_ = repr(datetime.time(0)) variable in DatetimeTimeTests
/external/libtextclassifier/utils/utf8/
Dunicodetext.h210 Repr repr_; variable
/external/tensorflow/tensorflow/python/util/
Dtf_should_use.py40 def __init__(self, type_, repr_, stack_frame, fatal_error_if_unsated): argument