Classes | |
| struct | PyCFunctionObject | 
| struct | PyCMethodObject | 
Macros | |
| #define | PyCMethod_CheckExact(op) | 
| #define | PyCMethod_Check(op) | 
| #define | PyCFunction_GET_FUNCTION(func) | 
| #define | PyCFunction_GET_SELF(func) | 
| #define | PyCFunction_GET_FLAGS(func) | 
| #define | PyCFunction_GET_CLASS(func) | 
Functions | |
| PyAPI_DATA (PyTypeObject) PyCMethod_Type | |
| #define PyCMethod_CheckExact | ( | op | ) | 
| #define PyCMethod_Check | ( | op | ) | 
| #define PyCFunction_GET_FUNCTION | ( | func | ) | 
| #define PyCFunction_GET_SELF | ( | func | ) | 
| #define PyCFunction_GET_FLAGS | ( | func | ) | 
| #define PyCFunction_GET_CLASS | ( | func | ) | 
| PyAPI_DATA | ( | PyTypeObject | ) |