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