cpython v1.0.0-beta1 (2016-02-02T09:05:10Z)
Dub
Repo
PyListObject.ob_item
deimos
python
listobject
PyListObject
Vector of pointers to list elements. list[0] is ob_item[0], etc.
struct
PyListObject
PyObject
**
ob_item
;
Meta
Source
See Implementation
deimos
python
listobject
PyListObject
mixins
__anonymous
variables
allocated
ob_item
Vector of pointers to list elements. list[0] is ob_item[0], etc.