Home
last modified time | relevance | path

Searched refs:tuple_custom_repr (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/test/
Dtest_pprint.py33 class tuple_custom_repr(tuple): class
252 tuple_custom_repr(),
253 tuple_custom_repr([1,2,3]),
254 tuple_custom_repr(range(N)),