nanover.websocket.client.state_client module
- class nanover.websocket.client.state_client.StateClient(connection: ClientConnection)
Bases:
WebsocketClient,StateServiceMixin of methods for implementing StateService
- clear_locks() None
- copy_state() dict[str, Any]
- lock_state() ContextManager[dict[str, Any], bool | None]
- property state_dictionary: StateDictionary