remove method

remove(item)

Remove the shape from the collection.

def remove(self, item):
    ...
ParameterTypeDescription
itemShapeShape

See Also