⚠️ Internal Docs ⚠️ Not Public API 👉
Official Docs Here
☰
Module methodobject
Structs
Constants
Statics
Functions
Type Definitions
Unions
?
Module
pyo3_ffi
::
methodobject
source
·
[
−
]
Structs
PyMethodDef
Constants
METH_CLASS
METH_COEXIST
METH_FASTCALL
METH_KEYWORDS
METH_NOARGS
METH_O
METH_STATIC
METH_VARARGS
Statics
PyCFunction_Type
Functions
PyCFunction_Call
⚠
PyCFunction_Check
⚠
PyCFunction_ClearFreeList
⚠
PyCFunction_GetFlags
⚠
PyCFunction_GetFunction
⚠
PyCFunction_GetSelf
⚠
PyCFunction_New
⚠
PyCFunction_NewEx
⚠
Type Definitions
PyCFunction
PyCFunctionWithKeywords
_PyCFunctionFast
_PyCFunctionFastWithKeywords
Unions
PyMethodDefPointer
Function types used to implement Python callables.