Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
widgets
Method · 0.95
layouts
Method · 0.95
show_keys
Method · 0.95
Tested by
no test coverage detected