remove_at method

remove_at

Remove the property by the name.

def remove_at(self, name):
    ...
ParameterTypeDescription
namestrThe name of the property.

See Also