Home
last modified time | relevance | path

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

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