Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ mainloop
Function
mainloop
Lib/tkinter/__init__.py:669–671 ·
view source on GitHub ↗
Run the main loop of Tcl.
(n=0)
Source
from the content-addressed store, hash-verified
667
668
669
def
mainloop(n=0):
670
""
"Run the main loop of Tcl."
""
671
_get_default_root(
'run the main loop'
).tk.mainloop(n)
672
673
674
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
Used in the wild
real call sites across dependent graphs
searching dependent graphs…