remove method

remove(rule)

Remove the rule from the collection.

def remove(self, rule):
    ...
Parameter Type Description
rule Rule

See Also