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

Method mainloop

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

Call the mainloop of Tk.

(self, n=0)

Source from the content-addressed store, hash-verified

1500 self._root()._unbind(('bind', className, sequence))
1501
1502 def mainloop(self, n=0):
1503 """Call the mainloop of Tk."""
1504 self.tk.mainloop(n)
1505
1506 def quit(self):
1507 """Quit the Tcl interpreter. All widgets will be destroyed."""

Callers 14

testFunction · 0.45
dialog.pyFile · 0.45
goMethod · 0.45
mainloopFunction · 0.45
_testFunction · 0.45
goMethod · 0.45
testFunction · 0.45
font.pyFile · 0.45
exampleFunction · 0.45
test_mainloopMethod · 0.45
test_mainloopMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_mainloopMethod · 0.36
test_mainloopMethod · 0.36