MCPcopy 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
648def mainloop(n=0):
649 """Run the main loop of Tcl."""
650 _get_default_root('run the main loop').tk.mainloop(n)
651
652
653getint = 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