Searched defs:cmp_to_key (Results 1 – 12 of 12) sorted by relevance
85 def cmp_to_key(mycmp): function
65 def cmp_to_key(mycmp): function
21 def cmp_to_key(mycmp): function
148 def cmp_to_key(mycmp): function
955 def cmp_to_key(mycmp): function
206 def cmp_to_key(mycmp): function
950 cmp_to_key = c_functools.cmp_to_key variable in TestCmpToKeyC961 cmp_to_key = staticmethod(py_functools.cmp_to_key) variable in TestCmpToKeyPy