PyCObject

subclass of PyObject. Availaibility: 2.6, 2.7, 3.0, 3.1

version(!Python_3_2_Or_Later && Python_2_6_Or_Later)
extern (C)
struct PyCObject {}

Members

Mixins

__anonymous
mixin PyObject_HEAD
Undocumented in source.

Variables

cobject
void* cobject;
Undocumented in source.
desc
void* desc;
Undocumented in source.
destructor
void function(void*) destructor;
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