remove method

remove(item)

Remove the Tab object from the collection.

def remove(self, item):
    ...
Parameter Type Description
item Tab

See Also