remove method

remove(item)

Remove the Scratch object from the collection.

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

See Also