| 1523 | class Frame(_ThreadSafe): BASE = tkinter.ttk.Frame |
| 1524 | class Button(_ThreadSafe): BASE = tkinter.ttk.Button |
| 1525 | class Entry(_ThreadSafe): BASE = tkinter.ttk.Entry |
| 1526 | class Progressbar(_ThreadSafe): BASE = tkinter.ttk.Progressbar |
| 1527 | class Treeview(_ThreadSafe): BASE = tkinter.ttk.Treeview |
| 1528 | class Scrollbar(_ThreadSafe): BASE = tkinter.ttk.Scrollbar |
no outgoing calls
no test coverage detected