MCPcopy Create free account
hub / github.com/ActiveState/code / Entry

Class Entry

recipes/Python/577635_Directory_Pruner_3/recipe-577635.py:1525–1525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1523class Frame(_ThreadSafe): BASE = tkinter.ttk.Frame
1524class Button(_ThreadSafe): BASE = tkinter.ttk.Button
1525class Entry(_ThreadSafe): BASE = tkinter.ttk.Entry
1526class Progressbar(_ThreadSafe): BASE = tkinter.ttk.Progressbar
1527class Treeview(_ThreadSafe): BASE = tkinter.ttk.Treeview
1528class Scrollbar(_ThreadSafe): BASE = tkinter.ttk.Scrollbar

Callers 12

__init__Method · 0.50
create_widgetsMethod · 0.50
__init__Method · 0.50
recipe-578026.pyFile · 0.50
create_widgetsMethod · 0.50
build_widgetsMethod · 0.50
makeWidgetsMethod · 0.50
recipe-576871.pyFile · 0.50
recipe-578885.pyFile · 0.50
testFunction · 0.50
__init__Method · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected