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

Method update_idletasks

Lib/tkinter/__init__.py:1487–1491  ·  view source on GitHub ↗

Enter event loop until all idle callbacks have been called. This will update the display of windows but not process events caused by the user.

(self)

Source from the content-addressed store, hash-verified

1485 self.tk.call('update')
1486
1487 def update_idletasks(self):
1488 """Enter event loop until all idle callbacks have been called. This
1489 will update the display of windows but not process events caused by
1490 the user."""
1491 self.tk.call('update', 'idletasks')
1492
1493 def bindtags(self, tagList=None):
1494 """Set or get the list of bindtags for this widget.

Callers 15

okMethod · 0.80
_place_windowFunction · 0.80
adjust_labelMethod · 0.80
test_after_idleMethod · 0.80
test_focusMethod · 0.80
test_configureMethod · 0.80

Calls 1

callMethod · 0.45

Tested by 15

test_after_idleMethod · 0.64
test_focusMethod · 0.64
test_configureMethod · 0.64
test_unbind2Method · 0.64
test_bind_eventsMethod · 0.64