Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dlist_tests.py438 def revcmp(a, b): function
440 u.sort(revcmp)
/external/python/cpython3/Lib/test/
Dlist_tests.py460 def revcmp(a, b): function
467 u.sort(key=cmp_to_key(revcmp))