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