Handbook
Glossary
PyList_GetItem ( l pos -- PyObject* )
Vocabulary
python
.
ffi
Inputs
l
an
object
pos
an
object
Outputs
PyObject*
an
object
Definition
USING:
alien.syntax
;
IN:
python.ffi
LIBRARY:
python
FUNCTION:
PyObject*
PyList_GetItem
( PyObject* l,
Py_ssize_t
pos )