clears sll the text
(self)
| 60 | except: pass |
| 61 | |
| 62 | def clear_all_text(self): |
| 63 | """ clears sll the text """ |
| 64 | try: |
| 65 | self.widget.delete(0.0,"end") |
| 66 | except: pass |
| 67 | |
| 68 | def select_all_text(self): |
| 69 | """ clears sll the text """ |
nothing calls this directly
no outgoing calls
no test coverage detected