(v)
| 13 | l.pack() |
| 14 | |
| 15 | def print_selection(v): |
| 16 | l.config(text='you have selected ' + v) |
| 17 | |
| 18 | s = tk.Scale(window, label='try me', from_=5, to=11, orient=tk.HORIZONTAL, |
| 19 | length=200, showvalue=0, tickinterval=2, resolution=0.01, command=print_selection) |
nothing calls this directly
no outgoing calls
no test coverage detected