Handbook
Glossary
PyDict_GetItemString ( d key -- PyObject* )
Vocabulary
python
.
ffi
Inputs
d
an
object
key
an
object
Outputs
PyObject*
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
python.ffi
LIBRARY:
python
FUNCTION:
PyObject*
PyDict_GetItemString
( PyObject* d,
c-string
key )