pyd ~master (2018-03-05T17:12:37Z)
Home
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.