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
806 def cmp_to_key(mycmp): function
204 def cmp_to_key(mycmp): function
918 cmp_to_key = c_functools.cmp_to_key variable in TestCmpToKeyC922 cmp_to_key = staticmethod(py_functools.cmp_to_key) variable in TestCmpToKeyPy