طريقة add_child
add_child(self, equation_type)
def add_child(self, equation_type):
    ...
| معامل | يكتب | وصف | 
|---|---|---|
| equation_type | EquationNodeType | 
add_child(self, node)
def add_child(self, node):
    ...
| معامل | يكتب | وصف | 
|---|---|---|
| node | EquationNode | 
def add_child(self, equation_type):
    ...
| معامل | يكتب | وصف | 
|---|---|---|
| equation_type | EquationNodeType | 
def add_child(self, node):
    ...
| معامل | يكتب | وصف | 
|---|---|---|
| node | EquationNode |