Searched defs:cmp_to_key (Results 1 – 5 of 5) sorted by relevance
65 def cmp_to_key(mycmp): function
148 def cmp_to_key(mycmp): function
960 def cmp_to_key(mycmp): function
207 def cmp_to_key(mycmp): function
995 cmp_to_key = c_functools.cmp_to_key variable in TestCmpToKeyC1006 cmp_to_key = staticmethod(py_functools.cmp_to_key) variable in TestCmpToKeyPy