add method

add

Adds IMathBlock to the end of collection.

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

See Also