Home
last modified time | relevance | path

Searched defs:PyCFunction_NewEx (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/
Dmethodobject.h49 #define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL) macro
/external/python/cpython2/Objects/
Dmethodobject.c17 PyCFunction_NewEx(PyMethodDef *ml, PyObject *self, PyObject *module) in PyCFunction_NewEx() function
/external/python/cpython3/Objects/
Dmethodobject.c38 PyCFunction_NewEx(PyMethodDef *ml, PyObject *self, PyObject *module) in PyCFunction_NewEx() function