MCPcopy
hub / github.com/PySimpleGUI/PySimpleGUI / do_other

Function do_other

DemoPrograms/Demo_Dispatchers.py:54–55  ·  view source on GitHub ↗
(window)

Source from the content-addressed store, hash-verified

52 window['-STATUS-'].update(SYMBOL_CHECK, text_color='pink')
53
54def do_other(window):
55 window['-STATUS-'].update(SYMBOL_CHECK, text_color='yellow')
56
57def do_simple(window):
58 window['-STATUS-'].update(SYMBOL_CHECK, text_color='yellow')

Callers 1

mainFunction · 0.85

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected