powered by
Check whether a Python object x has an attribute name.
x
name
py_has_attr(x, name)
TRUE if the object has the attribute name, and FALSE otherwise.
TRUE
FALSE
A python object.
The attribute to be accessed.