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