MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / update

Method update

tools/python-3.11.9-amd64/Lib/tkinter/__init__.py:1370–1372  ·  view source on GitHub ↗

Enter event loop until all pending events have been processed by Tcl.

(self)

Source from the content-addressed store, hash-verified

1368 self.tk.call('winfo', 'y', self._w))
1369
1370 def update(self):
1371 """Enter event loop until all pending events have been processed by Tcl."""
1372 self.tk.call('update')
1373
1374 def update_idletasks(self):
1375 """Enter event loop until all idle callbacks have been called. This

Callers 2

_cnfmergeFunction · 0.45
_testFunction · 0.45

Calls 1

callMethod · 0.80

Tested by

no test coverage detected