Handbook
Glossary
py-list-size ( list -- len )
Vocabulary
python
.
objects
Inputs
list
an
object
Outputs
len
an
object
Definition
USING:
python.ffi
;
IN:
python.objects
:
py-list-size
( list -- len )
PyList_Size
;