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