MCPcopy Index your code
hub / github.com/PySimpleGUI/PySimpleGUI / __pip_install_thread

Function __pip_install_thread

PySimpleGUI/PySimpleGUI.py:24513–24517  ·  view source on GitHub ↗
(window, sp)

Source from the content-addressed store, hash-verified

24511
24512
24513def __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

Callers 1

Calls 1

write_event_valueMethod · 0.80

Tested by

no test coverage detected