PyDict_SetItem ( d key value -- int )


Vocabulary
python.ffi

Inputs
dan object
keyan object
valuean object


Outputs
intan object


Definition


LIBRARY: python FUNCTION: int PyDict_SetItem
( PyObject* d, PyObject* key, PyObject* value )