Handbook
Glossary
py-dict>hashtable ( py-dict -- hashtable )
Vocabulary
python
Inputs
py-dict
an
object
Outputs
hashtable
an
object
Definition
USING:
hashtables
python.errors
python.ffi
sequences
;
IN:
python
:
py-dict>hashtable
( py-dict -- hashtable )
PyDict_Items
(check-ref)
py-list>vector
[
py-tuple>array
]
map
>hashtable
;