Searched defs:cmp_to_key (Results 1 – 6 of 6) sorted by relevance
85 def cmp_to_key(mycmp): function
21 def cmp_to_key(mycmp): function
148 def cmp_to_key(mycmp): function
807 def cmp_to_key(mycmp): function
206 def cmp_to_key(mycmp): function
946 cmp_to_key = c_functools.cmp_to_key variable in TestCmpToKeyC950 cmp_to_key = staticmethod(py_functools.cmp_to_key) variable in TestCmpToKeyPy