remove_at method

remove_at

Removes the element at a specified name.

def remove_at(self, name):
    ...
ParameterTypeDescription
namestrThe name of the element to remove.

See Also