Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/omkarcloud/botasaurus
/ remove_item
Method
remove_item
botasaurus/local_storage.py:19–20 ·
view source on GitHub ↗
(self, item: str)
Source
from the content-addressed store, hash-verified
17
self.raise_dummy_exception()
18
19
def
remove_item(self, item: str) -> None:
20
self.raise_dummy_exception()
21
22
def
clear(self) -> None:
23
self.raise_dummy_exception()
Callers
nothing calls this directly
Calls
1
raise_dummy_exception
Method · 0.95
Tested by
no test coverage detected