MCPcopy Index your code
hub / github.com/omkarcloud/botasaurus / _put

Function _put

botasaurus/cache.py:103–104  ·  view source on GitHub ↗
(result, cache_path)

Source from the content-addressed store, hash-verified

101 pass
102# used by decorators
103def _put(result, cache_path):
104 write_json(result, cache_path)
105def _delete_items(file_paths):
106 from joblib import Parallel, delayed
107 Parallel(n_jobs=-1)(delayed(_remove)(file_path) for file_path in file_paths)

Callers

nothing calls this directly

Calls 1

write_jsonFunction · 0.70

Tested by

no test coverage detected