insert_after method

insert_after

Inserts the specified node after 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_after(self, equation_type):
    ...
ParameterTypeDescription
equation_typeEquationNodeTypeTypes of Equation Nodes

See Also