Structs§
- PyMethod
Def - Represents the PyMethodDef structure.
Constants§
- METH_
CLASS - METH_
COEXIST - METH_
FASTCALL Py_3_10
or non-Py_LIMITED_API
- METH_
KEYWORDS - METH_
NOARGS - METH_O
- METH_
STATIC - METH_
VARARGS
Statics§
Functions§
- PyCFunction_
Call ⚠Non- Py_3_13
- PyCFunction_
Check ⚠Non- Py_3_9
- PyCFunction_
Clear ⚠Free List Non- Py_3_9
- PyCFunction_
GetFlags ⚠ - PyCFunction_
GetFunction ⚠ - PyCFunction_
GetSelf ⚠ - PyCFunction_
New ⚠Non- Py_3_9
- PyCFunction_
NewEx ⚠Non- Py_3_9
Type Aliases§
- PyCFunction
- PyCFunction
Fast Py_3_10
or non-Py_LIMITED_API
- PyCFunction
Fast With Keywords Py_3_10
or non-Py_LIMITED_API
- PyCFunction
With Keywords - _PyC
Function Fast Deprecated Py_3_10
or non-Py_LIMITED_API
- _PyC
Function Fast With Keywords Deprecated Py_3_10
or non-Py_LIMITED_API
Unions§
- PyMethod
DefPointer - Function types used to implement Python callables.