PyListObject Struct Reference

PyListObject Struct Reference

#include <listobject.h>

Class Description

Definition at line 22 of file listobject.h.

Public Attributes

PyObject_VAR_HEAD PyObject ** ob_item
 
Py_ssize_t allocated
 

Member Data Documentation

Py_ssize_t allocated

Definition at line 38 of file listobject.h.

Definition at line 25 of file listobject.h.


The documentation for this struct was generated from the following file: