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

Function run

botasaurus/task_decorator.py:176–178  ·  view source on GitHub ↗
(data_item)

Source from the content-addressed store, hash-verified

174 else:
175
176 def run(data_item):
177 current_result = run_task(data_item, 0)
178 return current_result
179
180 if callable(parallel):
181 print(f"Running {n} Requests in Parallel")

Callers

nothing calls this directly

Calls 1

run_taskFunction · 0.70

Tested by

no test coverage detected