Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/apify/crawlee-python
/ key_value_store
Function
key_value_store
tests/unit/conftest.py:157–160 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
155
156
@pytest.fixture
157
async
def
key_value_store() -> AsyncGenerator[KeyValueStore, None]:
158
kvs = await KeyValueStore.open()
159
yield
kvs
160
await kvs.drop()
161
162
163
@pytest.fixture(scope=
'session'
)
Callers
nothing calls this directly
Calls
2
open
Method · 0.45
drop
Method · 0.45
Tested by
no test coverage detected