MCPcopy Index your code
hub / github.com/apify/crawlee-python / kvs

Function kvs

tests/unit/sessions/test_session_pool.py:25–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24@pytest.fixture
25async def kvs() -> AsyncGenerator[KeyValueStore, None]:
26 kvs = await KeyValueStore.open(name=KVS_NAME)
27 yield kvs
28 await kvs.drop()
29
30
31@pytest.fixture

Callers

nothing calls this directly

Calls 2

openMethod · 0.45
dropMethod · 0.45

Tested by

no test coverage detected