Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-578911.py
File
recipe-578911.py
recipes/Python/578911_Accordion_Widget_Tkinter/recipe-578911.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
''
'The Accordion widget inherits from Tkinter'
s Frame
class
and provides stacked
2
expandable and collapseable containers
for
displaying other widgets.
3
4
Compliant
with
Python 2.5-2.7
Callers
nothing calls this directly
Calls
10
Label
Class · 0.90
Entry
Class · 0.90
Button
Class · 0.90
append_chords
Method · 0.80
mainloop
Method · 0.80
Accordion
Class · 0.70
Chord
Class · 0.70
Tk
Class · 0.50
Text
Class · 0.50
pack
Method · 0.45
Tested by
no test coverage detected