Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_pprint.py34 class tuple_custom_repr(tuple): class
260 tuple_custom_repr(),
261 tuple_custom_repr([1,2,3]),
262 tuple_custom_repr(range(N)),