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

Class Menu

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

Source from the content-addressed store, hash-verified

1528class Scrollbar(_ThreadSafe): BASE = tkinter.ttk.Scrollbar
1529class Sizegrip(_ThreadSafe): BASE = tkinter.ttk.Sizegrip
1530class Menu(_ThreadSafe): BASE = tkinter.Menu
1531class Directory(_ThreadSafe): BASE = tkinter.filedialog.Directory
1532class Message(_ThreadSafe): BASE = tkinter.messagebox.Message
1533

Callers 6

create_supportsMethod · 0.50
recipe-498151.pyFile · 0.50
init_windowMethod · 0.50
__init__Method · 0.50
recipe-578318.pyFile · 0.50
__init__Method · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected