Handbook
Glossary
py-tuple-get-item ( obj pos -- val )
Vocabulary
python
.
objects
Inputs
obj
an
object
pos
an
object
Outputs
val
an
object
Definition
USING:
kernel
python.errors
python.ffi
;
IN:
python.objects
:
py-tuple-get-item
( obj pos -- val )
PyTuple_GetItem
dup
Py_IncRef
check-new-ref
;