Searched defs:PyCFunction_New (Results 1 – 4 of 4) sorted by relevance
44 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) macro
48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) macro
424 PyCFunction_New(PyMethodDef *ml, PyObject *self) in PyCFunction_New() function
32 PyCFunction_New(PyMethodDef *ml, PyObject *self) in PyCFunction_New() function