Home
last modified time | relevance | path

Searched defs:cmp_lt (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dheapq.py135 def cmp_lt(x, y): function
/external/python/cpython2/Modules/
D_heapqmodule.c17 cmp_lt(PyObject *x, PyObject *y) in cmp_lt() function