Home
last modified time | relevance | path

Searched defs:PyCFunction_New (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Dmethodobject.h44 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) macro
/external/python/cpython2/Include/
Dmethodobject.h48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) macro
/external/python/cpython2/Objects/
Dmethodobject.c424 PyCFunction_New(PyMethodDef *ml, PyObject *self) in PyCFunction_New() function
/external/python/cpython3/Objects/
Dmethodobject.c32 PyCFunction_New(PyMethodDef *ml, PyObject *self) in PyCFunction_New() function