MCPcopy Create free account
hub / github.com/geekcomputers/Python / vp_start_gui

Function vp_start_gui

nodepad/notepad.py:24–31  ·  view source on GitHub ↗

Starting point when module is the main routine.

()

Source from the content-addressed store, hash-verified

22
23
24def vp_start_gui():
25 """Starting point when module is the main routine."""
26 global val, w, root
27 root = Tk()
28 root.resizable(False, False)
29 top = Notepads_managment(root)
30 notepad_support.init(root, top)
31 root.mainloop()
32
33
34w = None

Callers 1

notepad.pyFile · 0.85

Calls 1

Notepads_managmentClass · 0.85

Tested by

no test coverage detected