MCPcopy Index your code
hub / github.com/ndleah/python-mini-project / setup

Method setup

Chinese_FlashCard/app/app.py:15–18  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

13 self.setup()
14
15 def setup(self):
16 self.widgets()
17 self.layouts()
18 self.show_keys(select_id=self.lists)
19
20 def widgets(self):
21 self.lists = tk.Listbox(bg='#83FCE3',border=1,width=8,height=12,yscrollcommand=self.scrollbar.set)

Callers 1

__init__Method · 0.95

Calls 3

widgetsMethod · 0.95
layoutsMethod · 0.95
show_keysMethod · 0.95

Tested by

no test coverage detected