InMemoryDataStore
Attributes
attributenamestr= 'in_memory'attributeConfigtype= InMemoryDataStoreConfigFunctions
func__init__(self) -> NoneparamselfReturns
Nonefuncread_jsonl(self, path) -> list[dict[str, Any]]paramselfparampathstrReturns
evsys_sdk.data_stores.in_memory.InMemoryDataStore.list[dict[str, typing.Any]]funcwrite_jsonl(self, path, rows) -> NoneparamselfparampathstrparamrowsIterable[dict[str, Any]]Returns
Nonefuncread_json(self, path) -> AnyparamselfparampathstrReturns
typing.Anyfuncwrite_json(self, path, value) -> NoneparamselfparampathstrparamvalueAnyReturns
Nonefuncexists(self, path) -> boolparamselfparampathstrReturns
boolfunclist(self, prefix) -> list[str]paramselfparamprefixstrReturns
evsys_sdk.data_stores.in_memory.InMemoryDataStore.list[str]