()
| 256 | warm_up_thread_pool(num_workers) |
| 257 | |
| 258 | def warn(): |
| 259 | warnings.warn("Hello world", RuntimeWarning, stacklevel=2) |
| 260 | |
| 261 | with warnings.catch_warnings(record=True) as w: |
| 262 | warnings.simplefilter("always") |
no outgoing calls
no test coverage detected
searching dependent graphs…