PyObject_GetItem ( o key -- PyObject* )


Vocabulary
python.ffi

Inputs
oan object
keyan object


Outputs
PyObject*an object


Definition


LIBRARY: python FUNCTION: PyObject* PyObject_GetItem
( PyObject* o, PyObject* key )