Classes | |
| struct | PyMethodDef |
Macros | |
| #define | PyCFunction_CheckExact(op) |
| #define | PyCFunction_Check(op) |
| #define | PyCFunction_New(ML, SELF) |
| #define | PyCFunction_NewEx(ML, SELF, MOD) |
| #define | METH_VARARGS |
| #define | METH_KEYWORDS |
| #define | METH_NOARGS |
| #define | METH_O |
| #define | METH_CLASS |
| #define | METH_STATIC |
| #define | METH_COEXIST |
| #define | METH_FASTCALL |
| #define | METH_STACKLESS |
| #define | METH_METHOD |
| #define | Py_CPYTHON_METHODOBJECT_H |
Typedefs | |
| typedef PyObject *(* | PyCFunction) (PyObject *, PyObject *) |
| typedef PyObject *(* | _PyCFunctionFast) (PyObject *, PyObject *const *, Py_ssize_t) |
| typedef PyObject *(* | PyCFunctionWithKeywords) (PyObject *, PyObject *, PyObject *) |
| typedef PyObject *(* | _PyCFunctionFastWithKeywords) (PyObject *, PyObject *const *, Py_ssize_t, PyObject *) |
| typedef PyObject *(* | PyCMethod) (PyObject *, PyTypeObject *, PyObject *const *, size_t, PyObject *) |
| typedef struct PyMethodDef | PyMethodDef |
Functions | |
| PyAPI_DATA (PyTypeObject) PyCFunction_Type | |
| PyAPI_FUNC (PyCFunction) PyCFunction_GetFunction(PyObject *) | |
| PyAPI_FUNC (PyObject *) PyCFunction_GetSelf(PyObject *) | |
| PyAPI_FUNC (int) PyCFunction_GetFlags(PyObject *) | |
| Py_DEPRECATED (3.9) PyAPI_FUNC(PyObject *) PyCFunction_Call(PyObject * | |
| #define PyCFunction_CheckExact | ( | op | ) |
| #define PyCFunction_Check | ( | op | ) |
| #define PyCFunction_New | ( | ML, | |
| SELF | |||
| ) |
| #define PyCFunction_NewEx | ( | ML, | |
| SELF, | |||
| MOD | |||
| ) |
| #define METH_VARARGS |
| #define METH_KEYWORDS |
| #define METH_NOARGS |
| #define METH_O |
| #define METH_CLASS |
| #define METH_STATIC |
| #define METH_COEXIST |
| #define METH_FASTCALL |
| #define METH_STACKLESS |
| #define METH_METHOD |
| #define Py_CPYTHON_METHODOBJECT_H |
| typedef PyObject*(* _PyCFunctionFast) (PyObject *, PyObject *const *, Py_ssize_t) |
| typedef PyObject*(* _PyCFunctionFastWithKeywords) (PyObject *, PyObject *const *, Py_ssize_t, PyObject *) |
| typedef struct PyMethodDef PyMethodDef |
| PyAPI_DATA | ( | PyTypeObject | ) |
| PyAPI_FUNC | ( | PyCFunction | ) |
| PyAPI_FUNC | ( | PyObject * | ) |
| PyAPI_FUNC | ( | int | ) |
| Py_DEPRECATED | ( | 3. | 9 | ) |