Searched defs:cmp_to_key (Results 1 – 2 of 2) sorted by relevance
| /third_party/python/Lib/ | ||
| D | functools.py | 206 def cmp_to_key(mycmp): function |
| /third_party/python/Lib/test/ | ||
| D | test_functools.py | 950 cmp_to_key = c_functools.cmp_to_key variable in TestCmpToKeyC |