remove_named_item method

remove_named_item(name)

Removes a attribute specified by name.

Returns

The removed attribute.

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

See Also