Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dobject.h312 typedef int (*cmpfunc)(PyObject *, PyObject *); typedef
/external/python/cpython2/Objects/
Dlistobject.c2029 build_cmpwrapper(PyObject *cmpfunc) in build_cmpwrapper()