nanover.websocket.client.state_client module

class nanover.websocket.client.state_client.StateClient(connection: ClientConnection)

Bases: WebsocketClient, StateService

Mixin 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