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

Method mainloop

Lib/tkinter/__init__.py:1615–1617  ·  view source on GitHub ↗

Call the mainloop of Tk.

(self, n=0)

Source from the content-addressed store, hash-verified

1613 self._root()._unbind(('bind', className, sequence))
1614
1615 def mainloop(self, n=0):
1616 """Call the mainloop of Tk."""
1617 self.tk.mainloop(n)
1618
1619 def quit(self):
1620 """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