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

Function do_simple

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

Source from the content-addressed store, hash-verified

55 window['-STATUS-'].update(SYMBOL_CHECK, text_color='yellow')
56
57def do_simple(window):
58 window['-STATUS-'].update(SYMBOL_CHECK, text_color='yellow')
59
60def do_not_found(window):
61 window['-STATUS-'].update(SYMBOL_X, text_color='red')

Callers 1

mainFunction · 0.85

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected