narupatools.state.view.dictionary_view

View of a full shared state dictionary.

A SharedStateDictionaryView is a kind of SharedStateView which can generate collections using the collection() method This specification of SharedStateView into SharedStateDictionaryView and SharedStateCollectionView ensures that collections themselves cannot spawn more collection, as well as avoiding the class referencing itself.

Classes

SharedStateDictionaryView(dictionary, …)

Represents a view of a shared state dictionary.