MCPcopy Create free account
hub / github.com/Infinity242/KickViewBot / __init__

Method __init__

KickViewBot.py:70–75  ·  view source on GitHub ↗
(self, master=None)

Source from the content-addressed store, hash-verified

68
69class App(Frame):
70 def __init__(self, master=None):
71 super().__init__(master, bg="#1E1E1E")
72 self.master = master
73 self.pack(fill=BOTH, expand=True)
74 self.create_widgets()
75 self.kick_bots = []
76
77 def create_widgets(self):
78

Callers

nothing calls this directly

Calls 1

create_widgetsMethod · 0.95

Tested by

no test coverage detected