Classes | |
| struct | PyFunctionObject | 
Macros | |
| #define | PyFunction_Check(op) | 
| #define | PyFunction_GET_CODE(func) | 
| #define | PyFunction_GET_GLOBALS(func) | 
| #define | PyFunction_GET_MODULE(func) | 
| #define | PyFunction_GET_DEFAULTS(func) | 
| #define | PyFunction_GET_KW_DEFAULTS(func) | 
| #define | PyFunction_GET_CLOSURE(func) | 
| #define | PyFunction_GET_ANNOTATIONS(func) | 
Functions | |
| PyAPI_DATA (PyTypeObject) PyFunction_Type | |
| PyAPI_FUNC (PyObject *) PyFunction_New(PyObject * | |
| PyAPI_FUNC (int) PyFunction_SetDefaults(PyObject * | |
Variables | |
| PyObject PyObject *const * | stack | 
| PyObject PyObject *const size_t | nargsf | 
| PyObject PyObject *const size_t PyObject * | kwnames | 
| #define PyFunction_Check | ( | op | ) | 
| #define PyFunction_GET_CODE | ( | func | ) | 
| #define PyFunction_GET_GLOBALS | ( | func | ) | 
| #define PyFunction_GET_MODULE | ( | func | ) | 
| #define PyFunction_GET_DEFAULTS | ( | func | ) | 
| #define PyFunction_GET_KW_DEFAULTS | ( | func | ) | 
| #define PyFunction_GET_CLOSURE | ( | func | ) | 
| #define PyFunction_GET_ANNOTATIONS | ( | func | ) | 
| PyAPI_DATA | ( | PyTypeObject | ) | 
| PyAPI_FUNC | ( | PyObject * | ) | 
| PyAPI_FUNC | ( | int | ) |