add method

add(self, item)

Add new behavior to a collection.

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

See Also