MCPcopy Index your code
hub / github.com/RustPython/RustPython / update

Method update

Lib/tkinter/__init__.py:1465–1467  ·  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

1463 self.tk.call('winfo', 'y', self._w))
1464
1465 def update(self):
1466 """Enter event loop until all pending events have been processed by Tcl."""
1467 self.tk.call('update')
1468
1469 def update_idletasks(self):
1470 """Enter event loop until all idle callbacks have been called. This

Callers 4

_cnfmergeFunction · 0.45
_testFunction · 0.45
__init__Method · 0.45
configureMethod · 0.45

Calls 1

callMethod · 0.45

Tested by

no test coverage detected