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

Function run

botasaurus/browser_decorator.py:302–304  ·  view source on GitHub ↗
(data_item)

Source from the content-addressed store, hash-verified

300 else:
301
302 def run(data_item):
303 current_result = run_task(data_item, 0)
304 return current_result
305
306 if callable(parallel):
307 print(f"Running {n} Browsers in Parallel")

Callers

nothing calls this directly

Calls 1

run_taskFunction · 0.70

Tested by

no test coverage detected