Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ mainloop
Function
mainloop
tools/python-3.11.9-amd64/Lib/tkinter/__init__.py:648–650 ·
view source on GitHub ↗
Run the main loop of Tcl.
(n=0)
Source
from the content-addressed store, hash-verified
646
647
648
def
mainloop(n=0):
649
""
"Run the main loop of Tcl."
""
650
_get_default_root(
'run the main loop'
).tk.mainloop(n)
651
652
653
getint = int
Callers
15
exitonclick
Method · 0.85
lindenmayer.py
File · 0.85
round_dance.py
File · 0.85
penrose.py
File · 0.85
yinyang.py
File · 0.85
chaos.py
File · 0.85
bytedesign.py
File · 0.85
rosette.py
File · 0.85
paint.py
File · 0.85
sorting_animate.py
File · 0.85
colormixer.py
File · 0.85
tree.py
File · 0.85
Calls
2
_get_default_root
Function · 0.85
mainloop
Method · 0.45
Tested by
no test coverage detected