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