remove_attribute_node method

remove_attribute_node

Removes the specified attribute node.

Returns

Returns attribute

def remove_attribute_node(self, old_attr):
    ...
ParameterTypeDescription
old_attrAttrThe old attr.

See Also