Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
25
async
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
open
Method · 0.45
drop
Method · 0.45
Tested by
no test coverage detected