Searched refs:PyCFunction_NewEx (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Include/ |
D | methodobject.h | 48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) 49 PyAPI_FUNC(PyObject *) PyCFunction_NewEx(PyMethodDef *, PyObject *,
|
/external/python/cpython2/Objects/ |
D | methodobject.c | 17 PyCFunction_NewEx(PyMethodDef *ml, PyObject *self, PyObject *module) in PyCFunction_NewEx() function 426 return PyCFunction_NewEx(ml, self, NULL); in PyCFunction_New()
|
/external/python/cpython2/Python/ |
D | modsupport.c | 81 v = PyCFunction_NewEx(ml, passthrough, n); in Py_InitModule4()
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 430 "PyCFunction_NewEx"
|