insert_before method

insert_before(self, equation_type)

Inserts the specified node before the current node.

Returns

If the specified type exists, the corresponding node is returned, and if the type does not exist, a node of unknown type is returned.


def insert_before(self, equation_type):
    ...
ParameterTypeDescription
equation_typeEquationNodeTypeTypes of Equation Nodes

See Also