PyMethodObject

subclasses PyObject.

Members

Mixins

__anonymous
mixin PyObject_HEAD
Undocumented in source.

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

Mixed In Members

From mixin PyObject_HEAD

__anonymous
mixin _PyObject_HEAD_EXTRA
Undocumented in source.
ob_refcnt
Py_ssize_t ob_refcnt;

_

ob_type
PyTypeObject* ob_type;

_

Meta