PyCellObject

subclass of PyObject.

extern (C)
struct PyCellObject {}

Members

Variables

ob_ref
PyObject* ob_ref;

Content of the cell or NULL when empty

Meta