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

Callers

nothing calls this directly

Calls 2

_get_default_rootFunction · 0.85
mainloopMethod · 0.45

Tested by

no test coverage detected