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