Searched defs:richcmpfunc (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Include/
H A Dobject.h315 typedef PyObject *(*richcmpfunc) (PyObject *, PyObject *, int); typedef
369 richcmpfunc tp_richcompare;
/external/python/cpython3/Include/
H A Dobject.h334 typedef PyObject *(*richcmpfunc) (PyObject *, PyObject *, int); typedef
392 richcmpfunc tp_richcompare;

Completed in 681 milliseconds