Home
last modified time | relevance | path

Searched refs:my_cmp (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_sort.py177 def my_cmp(x, y): function
180 copy.sort(key=cmp_to_key(my_cmp))
250 def my_cmp(x, y): function
256 data.sort(key=cmp_to_key(my_cmp), reverse=True)

Completed in 1 milliseconds