MCPcopy Create free account
hub / github.com/apify/crawlee-python / reset_store

Method reset_store

src/crawlee/sessions/_session_pool.py:225–227  ·  view source on GitHub ↗

Reset the KVS where the pool state is persisted.

(self)

Source from the content-addressed store, hash-verified

223 return session
224
225 async def reset_store(self) -> None:
226 """Reset the KVS where the pool state is persisted."""
227 await self._state.reset()
228
229 async def _create_new_session(self) -> Session:
230 """Create a new session, add it to the pool and return it."""

Callers 3

runMethod · 0.80

Calls 1

resetMethod · 0.45