add method

add(item)

Add the shape in the collection.

Returns

ID

def add(self, item):
    ...
Parameter Type Description
item Shape

See Also