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

Function get_cache_file_path

botasaurus/botasaurus_storage.py:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 return os.path.abspath(os.path.join(os.getcwd(), *levels, path.strip()))
7
8def get_cache_file_path() -> str:
9 dr = os.path.abspath(os.path.join(os.path.dirname(__file__), 'botasaurus_storage.json'))
10 return dr
11
12class localStoragePyStorageException(Exception):
13 pass

Callers 1

refreshMethod · 0.70

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected