Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dlist_tests.py444 def myComparison(x,y): function
447 z.sort(myComparison)
/external/python/cpython3/Lib/test/
Dlist_tests.py456 def myComparison(x,y): function
465 z.sort(key=cmp_to_key(myComparison))