()
| 14 | l.pack() |
| 15 | |
| 16 | def print_selection(): |
| 17 | value = lb.get(lb.curselection()) |
| 18 | var1.set(value) |
| 19 | |
| 20 | b1 = tk.Button(window, text='print selection', width=15, |
| 21 | height=2, command=print_selection) |
nothing calls this directly
no outgoing calls
no test coverage detected