Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dmethodobject.h59 struct PyMethodDef { struct
70 PyAPI_FUNC(PyObject *) PyCFunction_New(PyMethodDef *, PyObject *); argument
Dpytypedefs.h14 typedef struct PyMethodDef PyMethodDef; typedef