remove method

remove(item)

Remove the Act object from the collection.

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

See Also