List Objects

type PyListObject

This subtype of PyObject represents a Python list object.

PyTypeObject PyList_Type
Part of the Stable ABI.

This instance of PyTypeObject represents the Python list type. This is the same object as list in the Python layer.

int PyList_Check(PyObject *p)