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

Method drop

src/crawlee/storages/_base.py:57–58  ·  view source on GitHub ↗

Drop the storage, removing it from the underlying storage client and clearing the cache.

(self)

Source from the content-addressed store, hash-verified

55
56 @abstractmethod
57 async def drop(self) -> None:
58 """Drop the storage, removing it from the underlying storage client and clearing the cache."""
59
60 @abstractmethod
61 async def purge(self) -> None:

Callers 15

test_drop_clears_allFunction · 0.45
key_value_storeFunction · 0.45
kvsFunction · 0.45
rq_clientFunction · 0.45
kvs_clientFunction · 0.45
dataset_clientFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_drop_clears_allFunction · 0.36
key_value_storeFunction · 0.36
kvsFunction · 0.36
rq_clientFunction · 0.36
kvs_clientFunction · 0.36
dataset_clientFunction · 0.36