remove method

remove

Removes specified sequence from a collection.

def remove(self, item):
    ...
ParameterTypeDescription
itemISequenceSequence to remove.

See Also