remove_at method
remove_at
Remove the property by the name.
def remove_at(self, name):
...
Parameter | Type | Description |
---|---|---|
name | str | The name of the property. |
Remove the property by the name.
def remove_at(self, name):
...
Parameter | Type | Description |
---|---|---|
name | str | The name of the property. |