remove_attribute method

remove_attribute(name)

Removes an attribute by name.

Returns

True if find and remove the attribute, otherwise false.

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

See Also