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