PyDict_GetItem ( d key -- PyObject* )


Vocabulary
python.ffi

Inputs
dan object
keyan object


Outputs
PyObject*an object


Definition


LIBRARY: python FUNCTION: PyObject* PyDict_GetItem
( PyObject* d, PyObject* key )