insert method

insert

Inserts a MathElement into the collection at the specified index.

def insert(self, index, item):
    ...
ParameterTypeDescription
indexintThe zero-based index at which MathElement should be inserted.
itemIMathElementThe MathElement to insert.

See Also