add method

add

Adds IMathBlock to the end of collection.

def add(self, item):
    ...
ParameterTypeDescription
itemIMathBlockA mathematical block that will be added to the end of the collection

See Also