Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ mainloop
Function
mainloop
Lib/tkinter/__init__.py:651–653 ·
view source on GitHub ↗
Run the main loop of Tcl.
(n=0)
Source
from the content-addressed store, hash-verified
649
650
651
def
mainloop(n=0):
652
""
"Run the main loop of Tcl."
""
653
_get_default_root(
'run the main loop'
).tk.mainloop(n)
654
655
656
getint = int
Callers
nothing calls this directly
Calls
2
_get_default_root
Function · 0.85
mainloop
Method · 0.45
Tested by
no test coverage detected