PyMethodObject

subclasses PyObject.

Members

Variables

im_class
PyObject* im_class;

The class that asked for the method Availability: 2.*

im_func
PyObject* im_func;

The callable object implementing the method

im_self
PyObject* im_self;

The instance it is bound to, or NULL

im_weakreflist
PyObject* im_weakreflist;

List of weak references

Meta