clears sll the text
(self)
| 72 | except: pass |
| 73 | |
| 74 | def clear_text(self): |
| 75 | """ clears sll the text """ |
| 76 | try: self.widget.delete(tkinter.SEL_FIRST, tkinter.SEL_LAST) |
| 77 | except: pass |
| 78 | |
| 79 | def undo_text(self): |
| 80 | try: |
nothing calls this directly
no outgoing calls
no test coverage detected