remove_named_item method

remove_named_item(name)

Removes a attribute specified by name.

Returns

The removed attribute.

def remove_named_item(self, name):
    ...
Parameter Type Description
name str The attribute name.

See Also