List Objects¶
-
PyTypeObject PyList_Type¶
- Part of the Stable ABI.
This instance of
PyTypeObject
represents the Python list type. This is the same object aslist
in the Python layer.
- int PyList_Check(PyObject *p)
This instance of PyTypeObject
represents the Python list type.
This is the same object as list
in the Python layer.