get_attribute method

get_attribute(name)

Gets an attribute value by name.

Returns

The attribute value.

def get_attribute(self, name):
    ...
ParameterTypeDescription
namestrThe attribute name.

See Also