Model.update()#

Model.update()[source]#

Updates all outdated nodes in the model.

The update is performed in a topological order, restoring a consistent state of the model. This method is called automatically by the nodes if their value has changed (unless requested otherwise by the user).

Return type

Model