Home
last modified time | relevance | path

Searched refs:PyCFunction_NewEx (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dmethodobject.h48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL)
49 PyAPI_FUNC(PyObject *) PyCFunction_NewEx(PyMethodDef *, PyObject *,
/external/python/cpython2/Objects/
Dmethodobject.c17 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/
Dmodsupport.c81 v = PyCFunction_NewEx(ml, passthrough, n); in Py_InitModule4()
/external/python/cpython2/PC/os2emx/
Dpython27.def430 "PyCFunction_NewEx"