PyVarObject

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
struct PyVarObject {}

Members

Mixins

__anonymous
mixin PyObject_VAR_HEAD
Undocumented in source.

Mixed In Members

From mixin PyObject_VAR_HEAD

__anonymous
mixin PyObject_HEAD
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ob_size
Py_ssize_t ob_size;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta