Model.state#

property Model.state: dict[str, liesel.liesel.types.NodeState]#

Returns the state of the model.

A model state is a dictionary of node names and states.

Return type

dict[str, NodeState]