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

Class Frame

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

Source from the content-addressed store, hash-verified

1521
1522class Tk(_ThreadSafe): BASE = tkinter.Tk
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

Callers 15

__init__Method · 0.50
testFunction · 0.50
testFunction · 0.50
recipe-577886.pyFile · 0.50
__init__Method · 0.50
__init__Method · 0.50
recipe-576871.pyFile · 0.50
__init__Method · 0.50
__init__Method · 0.50
buildMethod · 0.50
testFunction · 0.50
buttonboxMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected