PyObject_GetAttr ( o attr_name -- PyObject* )


Vocabulary
python.ffi

Inputs
oan object
attr_namean object


Outputs
PyObject*an object


Definition