Handbook
Glossary
py-dict-get-item-string ( obj key -- val )
Vocabulary
python
.
objects
Inputs
obj
an
object
key
an
object
Outputs
val
an
object
Definition
USING:
python.errors
python.ffi
;
IN:
python.objects
:
py-dict-get-item-string
( obj key -- val )
PyDict_GetItemString
check-borrowed-ref
;