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