(data_item)
| 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") |
nothing calls this directly
no test coverage detected