Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dlist_tests.py401 class EvilCmp: class
408 a[:] = [EvilCmp(a) for _ in xrange(100)]
/external/python/cpython3/Lib/test/
Dlist_tests.py372 class EvilCmp: class
379 a[:] = [EvilCmp(a) for _ in range(100)]