remove method

remove

Removes specified behavior from a collection.

Returns

True if a behavior removed successfully bool

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

See Also