MCPcopy 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
669def mainloop(n=0):
670 """Run the main loop of Tcl."""
671 _get_default_root('run the main loop').tk.mainloop(n)
672
673
674getint = int

Callers 15

exitonclickMethod · 0.85
lindenmayer.pyFile · 0.85
round_dance.pyFile · 0.85
penrose.pyFile · 0.85
yinyang.pyFile · 0.85
chaos.pyFile · 0.85
bytedesign.pyFile · 0.85
rosette.pyFile · 0.85
paint.pyFile · 0.85
sorting_animate.pyFile · 0.85
colormixer.pyFile · 0.85
tree.pyFile · 0.85

Calls 2

_get_default_rootFunction · 0.85
mainloopMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…