Structs§
- PyCFunction
Object Non- GraalPyand non-Py_LIMITED_API - PyMethod
Def - Represents the PyMethodDef structure.
Constants§
- METH_
CLASS - METH_
COEXIST - METH_
FASTCALL Py_3_10or non-Py_LIMITED_API - METH_
KEYWORDS - METH_
METHOD Non- Py_LIMITED_API - METH_
NOARGS - METH_O
- METH_
STATIC - METH_
VARARGS
Statics§
- PyCFunction_
Type ⚠Non- RustPython
Functions§
- PyCFunction_
Check ⚠Non- RustPython - PyCFunction_
Check ⚠Exact Non- RustPython - PyCFunction_
GetFlags ⚠ - PyCFunction_
GetFunction ⚠ - PyCFunction_
GetSelf ⚠ - PyCFunction_
New ⚠ - PyCFunction_
NewEx ⚠ - 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
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.