add_child¶
-
EquationPluginModel.add_child(**kwargs) Adds a child to the node.
This method saves the node in database. The object is populated as if via:
` obj = self.__class__(**kwargs) `- Raises
PathOverflow – when no more child nodes can be added