remove method

remove

Removes specified effect from a collection.

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

See Also