add method

add

Add new behavior to a collection.

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

See Also