Handbook
Glossary
PyList_New ( len -- PyObject* )
Vocabulary
python
.
ffi
Inputs
len
an
object
Outputs
PyObject*
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
python.ffi
LIBRARY:
python
FUNCTION:
PyObject*
PyList_New
(
int
len )