pyd v0.10.1 (2018-09-20T03:30:51Z)
Home
Dub
Repo
PyCellObject
deimos
python
cellobject
subclass of PyObject.
extern (
C
)
struct
PyCellObject {
mixin
PyObject_HEAD
;
PyObject
*
ob_ref
;
}
Members
Mixins
__anonymous
mixin
PyObject_HEAD
Undocumented in source.
Variables
ob_ref
PyObject
*
ob_ref
;
Content of the cell or NULL when empty
Mixed In Members
From
mixin
PyObject_HEAD
__anonymous
mixin
_PyObject_HEAD_EXTRA
Undocumented in source.
ob_refcnt
Py_ssize_t
ob_refcnt
;
_
ob_type
PyTypeObject
*
ob_type
;
_
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.