Handbook
Glossary
py-list-get-item ( obj pos -- val )
Vocabulary
python
.
objects
Inputs
obj
an
object
pos
an
object
Outputs
val
an
object
Definition
USING:
python.errors
python.ffi
;
IN:
python.objects
:
py-list-get-item
( obj pos -- val )
PyList_GetItem
check-borrowed-ref
;