create_node method

create_node

Create a node of the specified type.

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 create_node(self, equation_type, workbook, parent):
    ...
ParameterTypeDescription
equation_typeEquationNodeTypeTypes of Equation Nodes
workbookWorkbookThe workbook object associated with the equation
parentEquationNodeThe parent node where this node is located

See Also