MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus / __init__

Method __init__

botasaurus/botasaurus_storage.py:33–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

31
32class JSONStorageBackend(BasicStorageBackend):
33 def __init__(self) -> None:
34 self.refresh()
35
36 def refresh(self):
37 self.json_path = get_cache_file_path()

Callers

nothing calls this directly

Calls 1

refreshMethod · 0.95

Tested by

no test coverage detected