Module methodobject

Source

Structs§

PyMethodDef
Represents the PyMethodDef structure.

Constants§

METH_CLASS
METH_COEXIST
METH_FASTCALLPy_3_10 or non-Py_LIMITED_API
METH_KEYWORDS
METH_NOARGS
METH_O
METH_STATIC
METH_VARARGS

Statics§

PyCFunction_Type

Functions§

PyCFunction_CallNon-Py_3_13
PyCFunction_CheckNon-Py_3_9
PyCFunction_ClearFreeListNon-Py_3_9
PyCFunction_GetFlags
PyCFunction_GetFunction
PyCFunction_GetSelf
PyCFunction_NewNon-Py_3_9
PyCFunction_NewExNon-Py_3_9

Type Aliases§

PyCFunction
PyCFunctionFastPy_3_10 or non-Py_LIMITED_API
PyCFunctionFastWithKeywordsPy_3_10 or non-Py_LIMITED_API
PyCFunctionWithKeywords
_PyCFunctionFastDeprecatedPy_3_10 or non-Py_LIMITED_API
_PyCFunctionFastWithKeywordsDeprecatedPy_3_10 or non-Py_LIMITED_API

Unions§

PyMethodDefPointer
Function types used to implement Python callables.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here