Home
last modified time | relevance | path

Searched defs:cmp_to_key (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dfunctools.py206 def cmp_to_key(mycmp): function
/third_party/python/Lib/test/
Dtest_functools.py950 cmp_to_key = c_functools.cmp_to_key variable in TestCmpToKeyC
961 cmp_to_key = staticmethod(py_functools.cmp_to_key) variable in TestCmpToKeyPy