PyObject

Nothing is actually declared to be a PyObject, but every pointer to a Python object can be cast to a PyObject*. This is inheritance built by hand. Similarly every pointer to a variable-size Python object can, in addition, be cast to PyVarObject*.

Members

Mixins

__anonymous
mixin _PyObject_HEAD_EXTRA
Undocumented in source.
__anonymous
mixin PyObject_HEAD
Undocumented in source.

Variables

ob_refcnt
Py_ssize_t ob_refcnt;
Undocumented in source.
ob_type
PyTypeObject* ob_type;
Undocumented in source.

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