Searched refs:list_custom_repr (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ | ||
H A D | test_pprint.py | 23 class list_custom_repr(list): class 257 for cont in (list_custom_repr(), 258 list_custom_repr([1,2,3]), 259 list_custom_repr(range(N)), |
Completed in 3 milliseconds