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