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

Function _delete_items

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

Source from the content-addressed store, hash-verified

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)
108
109def get_files_without_json_extension(directory_path):
110 # Get a list of all files in the directory

Callers 3

delete_tasksMethod · 0.90
delete_itemsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected