PyVarObject

_

Members

Mixins

__anonymous
mixin PyObject_HEAD
Undocumented in source.
__anonymous
mixin PyObject_VAR_HEAD
Undocumented in source.

Variables

ob_base
PyObject ob_base;
Undocumented in source.
ob_size
Py_ssize_t ob_size;
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;

_

From mixin PyObject_VAR_HEAD

__anonymous
mixin PyObject_HEAD
Undocumented in source.
ob_size
Py_ssize_t ob_size;

_

Meta