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

Function create_Notepads_managment

nodepad/notepad.py:37–44  ·  view source on GitHub ↗

Starting point when module is imported by another program.

(root, *args, **kwargs)

Source from the content-addressed store, hash-verified

35
36
37def create_Notepads_managment(root, *args, **kwargs):
38 """Starting point when module is imported by another program."""
39 global w, w_win, rt
40 rt = root
41 w = Toplevel(root)
42 top = Notepads_managment(w)
43 notepad_support.init(w, top, *args, **kwargs)
44 return (w, top)
45
46
47def destroy_Notepads_managment():

Callers

nothing calls this directly

Calls 1

Notepads_managmentClass · 0.85

Tested by

no test coverage detected