cpython ~master (2016-02-02T15:55:08Z)
Dub
Repo
PyCellObject
deimos
python
cellobject
subclass of PyObject.
extern (
C
)
struct
PyCellObject {
PyObject
*
ob_ref
;
}
Members
Variables
ob_ref
PyObject
*
ob_ref
;
Content of the cell or NULL when empty
Meta
Source
See Implementation
deimos
python
cellobject
functions
PyCell_Check
PyCell_GET
PyCell_Get
PyCell_New
PyCell_SET
PyCell_Set
structs
PyCellObject
subclass of PyObject.