MCPcopy Create free account
hub / github.com/alpha2phi/python-apps / __init__

Method __init__

gui-apps/app_tkinter.py:5–9  ·  view source on GitHub ↗
(self, master=None)

Source from the content-addressed store, hash-verified

3
4class Application(tk.Frame):
5 def __init__(self, master=None):
6 super().__init__(master)
7 self.master = master
8 self.pack()
9 self.create_widgets()
10
11 def create_widgets(self):
12 self.hi_there = tk.Button(self)

Callers

nothing calls this directly

Calls 1

create_widgetsMethod · 0.95

Tested by

no test coverage detected