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