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

Method drop

src/crawlee/storages/_key_value_store.py:140–145  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

138
139 @override
140 async def drop(self) -> None:
141 storage_instance_manager = service_locator.storage_instance_manager
142 storage_instance_manager.remove_from_cache(self)
143
144 await self._clear_cache() # Clear cache with persistent values.
145 await self._client.drop()
146
147 @override
148 async def purge(self) -> None:

Callers

nothing calls this directly

Calls 2

_clear_cacheMethod · 0.95
remove_from_cacheMethod · 0.45

Tested by

no test coverage detected