PyTupleObject

ob_item contains space for 'ob_size' elements. Items must normally not be NULL, except during construction when the tuple is not yet visible outside the function that builds it.

subclass of PyVarObject

extern (C)
struct PyTupleObject {
PyObject*[1] _ob_item;
}

Members

Functions

ob_item
PyObject** ob_item()

_

Meta