()
| 36 | msb.pack(side='bottom', fill='x') |
| 37 | |
| 38 | def change(): |
| 39 | msb.set_label("one", "foo") |
| 40 | msb.set_label("two", "bar") |
| 41 | |
| 42 | button = Button(top, text="Update status", command=change) |
| 43 | button.pack(side='bottom') |
nothing calls this directly
no test coverage detected
searching dependent graphs…