get_attribute method

get_attribute(name)

Gets an attribute value by name.

Returns

The attribute value.

def get_attribute(self, name):
    ...
Parameter Type Description
name str The attribute name.

See Also