MCPcopy Index your code
hub / github.com/python/cpython / update

Method update

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

1481 self.tk.call('winfo', 'y', self._w))
1482
1483 def update(self):
1484 """Enter event loop until all pending events have been processed by Tcl."""
1485 self.tk.call('update')
1486
1487 def update_idletasks(self):
1488 """Enter event loop until all idle callbacks have been called. This

Callers 6

_cnfmergeFunction · 0.45
_testFunction · 0.45
configureMethod · 0.45
wheelMethod · 0.45
tripieceMethod · 0.45
pentpieceMethod · 0.45

Calls 1

callMethod · 0.45

Tested by

no test coverage detected