Home
last modified time | relevance | path

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

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