MCPcopy
hub / github.com/omkarcloud/botasaurus / _read_json_files

Function _read_json_files

botasaurus/cache.py:77–80  ·  view source on GitHub ↗
(file_paths)

Source from the content-addressed store, hash-verified

75 return None
76
77def _read_json_files(file_paths):
78 from joblib import Parallel, delayed
79 results = Parallel(n_jobs=-1)(delayed(safe_get)(file_path) for file_path in file_paths)
80 return results
81
82def safe_corrupted_get(cache_path):
83 try:

Callers 2

get_itemsMethod · 0.70
get_random_itemsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected