Searched refs:dict_custom_repr (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ | ||
H A D | test_pprint.py | 67 class dict_custom_repr(dict): class 269 dict_custom_repr(), 270 dict_custom_repr({5: 6}), 271 dict_custom_repr(zip(range(N),range(N))), |
Completed in 4 milliseconds