create_node method

create_node(, equation_type, workbook, parent)

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.


@staticmethod
def create_node(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