add_attribute method

add_attribute

Adds the attribute.

def add_attribute(self, attribute, value):
    ...
ParameterTypeDescription
attributestrThe attribute.
valuestrThe value.

See Also