PyInstanceObject

subclass of PyObject. Availability: 2.*

version(!Python_3_0_Or_Later)
extern (C)
struct PyInstanceObject {}

Members

Mixins

__anonymous
mixin PyObject_HEAD
Undocumented in source.

Variables

in_class
PyClassObject* in_class;

The class object

in_dict
PyObject* in_dict;

A dictionary

in_weakreflist
PyObject* in_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