March 2003
Intermediate to advanced
656 pages
39h 30m
English
PyObject_SetAttrString
int PyObject_SetAttrString(PyObject*x,char*name,PyObject*v)
Sets x’s attribute named
name to v, like
Python’s
x.name
=
v.