(window, sp)
| 24511 | |
| 24512 | |
| 24513 | def __pip_install_thread(window, sp): |
| 24514 | window.write_event_value('-THREAD-', (sp, 'Install thread started')) |
| 24515 | for line in sp.stdout: |
| 24516 | oline = line.decode().rstrip() |
| 24517 | window.write_event_value('-THREAD-', (sp, oline)) |
| 24518 | |
| 24519 | |
| 24520 |
no test coverage detected