remove_attribute method

remove_attribute

Removes an attribute by name.

def remove_attribute(self, qualified_name):
    ...
ParameterTypeDescription
qualified_namestrThe attribute name.

See Also