PyObject_SetAttr ( o attr_name v -- int )


Vocabulary
python.ffi

Inputs
oan object
attr_namean object
van object


Outputs
intan object


Definition


LIBRARY: python FUNCTION: int PyObject_SetAttr
( PyObject* o, c-string attr_name, PyObject* v )