MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / main

Function main

tools/python-3.11.9-amd64/Tools/demo/sortvisu.py:628–632  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

626# Main program -- for stand-alone operation outside Grail
627
628def main():
629 root = Tk()
630 demo = SortDemo(root)
631 root.protocol('WM_DELETE_WINDOW', demo.c_quit)
632 root.mainloop()
633
634if __name__ == '__main__':
635 main()

Callers 1

sortvisu.pyFile · 0.70

Calls 4

SortDemoClass · 0.85
TkClass · 0.50
protocolMethod · 0.45
mainloopMethod · 0.45

Tested by

no test coverage detected