Classes | |
| struct | PyMethodObject | 
| struct | PyInstanceMethodObject | 
Macros | |
| #define | PyMethod_Check(op) | 
| #define | PyMethod_GET_FUNCTION(meth) | 
| #define | PyMethod_GET_SELF(meth) | 
| #define | PyInstanceMethod_Check(op) | 
| #define | PyInstanceMethod_GET_FUNCTION(meth) | 
Functions | |
| PyAPI_DATA (PyTypeObject) PyMethod_Type | |
| PyAPI_FUNC (PyObject *) PyMethod_New(PyObject * | |
| #define PyMethod_Check | ( | op | ) | 
| #define PyMethod_GET_FUNCTION | ( | meth | ) | 
| #define PyMethod_GET_SELF | ( | meth | ) | 
| #define PyInstanceMethod_Check | ( | op | ) | 
| #define PyInstanceMethod_GET_FUNCTION | ( | meth | ) | 
| PyAPI_DATA | ( | PyTypeObject | ) | 
| PyAPI_FUNC | ( | PyObject * | ) |