Handbook
Glossary
PyList_Insert ( l pos o -- int )
Vocabulary
python
.
ffi
Inputs
l
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
PyList_Insert
( PyObject* l,
Py_ssize_t
pos, PyObject* o )