powered by
Get an attribute of a Python object
py_get_attr(x, name, silent = FALSE)
Python object
Attribute name
TRUE to return NULL if the attribute doesn't exist (default is FALSE which will raise an error)
TRUE
NULL
FALSE
Attribute of Python object