add_root

classmethod EquationPluginModel.add_root(**kwargs)

Adds a root node to the tree.

This method saves the node in database. The object is populated as if via:

` obj = cls(**kwargs) `

Raises

PathOverflow – when no more root objects can be added