Handbook
Glossary
<py-list> ( length -- list )
Vocabulary
python
.
objects
Inputs
length
an
object
Outputs
list
an
object
Definition
USING:
python.errors
python.ffi
;
IN:
python.objects
:
<py-list>
( length -- list )
PyList_New
check-new-ref
;