Searched refs:wrap_richcmpfunc (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Objects/ |
D | typeobject.c | 5760 wrap_richcmpfunc(PyObject *self, PyObject *args, void *wrapped, int op) in wrap_richcmpfunc() function 5776 return wrap_richcmpfunc(self, args, wrapped, OP); \
|
/external/python/cpython2/Objects/ |
D | typeobject.c | 4826 wrap_richcmpfunc(PyObject *self, PyObject *args, void *wrapped, int op) function 4842 return wrap_richcmpfunc(self, args, wrapped, OP); \
|