Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/omkarcloud/botasaurus
/ items
Method
items
botasaurus/local_storage.py:49–50 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
47
48
49
def
items(self):
50
return
self.json_data
51
52
def
set_item(self, key: str, value: any) -> None:
53
self.json_data[key] = value
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected