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