MCPcopy
hub / github.com/PySimpleGUI/PySimpleGUI / do_not_found

Function do_not_found

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

Source from the content-addressed store, hash-verified

58 window['-STATUS-'].update(SYMBOL_CHECK, text_color='yellow')
59
60def do_not_found(window):
61 window['-STATUS-'].update(SYMBOL_X, text_color='red')
62
63
64# # ## ### # #

Callers 1

mainFunction · 0.85

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected