get_attribute method

get_attribute

Retrieves an attribute value by name.

Returns

Returns attribute value

def get_attribute(self, qualified_name):
    ...
ParameterTypeDescription
qualified_namestrThe name of the attribute to retrieve.

See Also