Handbook
Glossary
PyDict_GetItemWithError ( 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_GetItemWithError
( PyObject* d, PyObject* key )