PyTupleObject

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

Members

Functions

ob_item
PyObject** ob_item()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin PyObject_VAR_HEAD
Undocumented in source.

Variables

_ob_item
PyObject* _ob_item;
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