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