List Objects — Python 3.10.1 documentation
https://docs.python.org/3/c-api/list.html05.01.2022 · 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) ¶. Return true if p is a list object or an instance of a subtype of the …