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

Method mainloop

Lib/tkinter/__init__.py:1597–1599  ·  view source on GitHub ↗

Call the mainloop of Tk.

(self, n=0)

Source from the content-addressed store, hash-verified

1595 self._root()._unbind(('bind', className, sequence))
1596
1597 def mainloop(self, n=0):
1598 """Call the mainloop of Tk."""
1599 self.tk.mainloop(n)
1600
1601 def quit(self):
1602 """Quit the Tcl interpreter. All widgets will be destroyed."""

Callers 9

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

Calls

no outgoing calls

Tested by

no test coverage detected