PyTupleObject

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 PyTupleObject {}

Members

Variables

ob_base
PyVarObject ob_base;
Undocumented in source.
ob_item
_object*[1] ob_item;
Undocumented in source.

Meta