Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
60
def
do_not_found(window):
61
window[
'-STATUS-'
].update(SYMBOL_X, text_color=
'red'
)
62
63
64
# # ## ### # #
Callers
1
main
Function · 0.85
Calls
1
update
Method · 0.45
Tested by
no test coverage detected