Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_sort.py313 class WackyComparator(int): class
325 L = [WackyList1([WackyComparator(i), i]) for i in range(10)]
330 L = [WackyList1([WackyComparator(i), i]) for i in range(10)]