PyListObject
extern (C)
struct PyListObject {
}
- allocated
c_long allocated;
Undocumented in source.
- ob_base
PyVarObject ob_base;
Undocumented in source.
- ob_item
_object** ob_item;
Undocumented in source.
python raw
aliasesenumsfunctionsmanifest constantsstatic functionsstructs