Structs§
- PyCFunction
Object Py_3_9and non-Py_LIMITED_APIand non-GraalPy - PyMethod
Def - Represents the PyMethodDef structure.
Constants§
- METH_
CLASS - METH_
COEXIST - METH_
FASTCALL Py_3_10or non-Py_LIMITED_API - METH_
KEYWORDS - METH_
METHOD Py_3_9and non-Py_LIMITED_API - METH_
NOARGS - METH_O
- METH_
STATIC - METH_
VARARGS
Statics§
Functions§
- PyCFunction_
Check ⚠Py_3_9 - PyCFunction_
Check ⚠Exact Py_3_9 - PyCFunction_
GetFlags ⚠ - PyCFunction_
GetFunction ⚠ - PyCFunction_
GetSelf ⚠ - PyCFunction_
New ⚠Py_3_9 - PyCFunction_
NewEx ⚠Py_3_9 - PyCMethod_
New ⚠
Type Aliases§
- PyCFunction
- PyCFunction
Fast Py_3_10or non-Py_LIMITED_API - PyCFunction
Fast With Keywords Py_3_10or non-Py_LIMITED_API - PyCFunction
With Keywords - PyCMethod
Py_3_9and non-Py_LIMITED_API - _PyC
Function Fast Deprecated Py_3_10or non-Py_LIMITED_API - _PyC
Function Fast With Keywords Deprecated Py_3_10or non-Py_LIMITED_API
Unions§
- PyMethod
DefPointer - Function types used to implement Python callables.