Helper ClassesGetKeyValueStoreFunctionOn this pageGetKeyValueStoreFunction Type of a function for accessing the live implementation of a key-value store.Index Methods__call__Methods __call__ __call__(*, id, name): Coroutine[None, None, KeyValueStore]Parameterskeyword-onlyid: str | None = Nonekeyword-onlyname: str | None = NoneReturns Coroutine[None, None, KeyValueStore]
Type of a function for accessing the live implementation of a key-value store.