GetKeyValueStoreFromRequestHandlerFunction | API | Crawlee for Python · Fast, reliable Python web crawlers.
A function for accessing a KeyValueStore.
It retrieves an instance of a KeyValueStore based on its ID or name.
Index
Methods
__call__
- __call__(*, id, name, alias): Coroutine[None, None, KeyValueStoreInterface]
Parameters
optionalkeyword-onlyid: str | None = None
The ID of the
KeyValueStoreto get.optionalkeyword-onlyname: str | None = None
The name of the
KeyValueStoreto get (global scope, named storage).optionalkeyword-onlyalias: str | None = None
The alias of the
KeyValueStoreto get (run scope, unnamed storage).
Returns Coroutine[None, None, KeyValueStoreInterface]