MCPcopy
hub / github.com/PySimpleGUI/PySimpleGUI / update

Method update

DemoPrograms/Demo_Touch_Keyboard.py:59–63  ·  view source on GitHub ↗
(self, focus)

Source from the content-addressed store, hash-verified

57 self.show()
58
59 def update(self, focus):
60 self.event, _ = self.window.read(timeout=0)
61 if focus is not None:
62 self.focus = focus
63 self._keyboardhandler()
64
65 def close(self):
66 self.window.close()

Callers 15

draw_figureFunction · 0.45
mainFunction · 0.45
ChatBotWithHistoryFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
TableSimulationFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 2

_keyboardhandlerMethod · 0.95
readMethod · 0.45

Tested by

no test coverage detected