clears sll the text
(self)
| 66 | except: pass |
| 67 | |
| 68 | def select_all_text(self): |
| 69 | """ clears sll the text """ |
| 70 | try: |
| 71 | self.widget.tag_add("sel", "0.0", "end") |
| 72 | except: pass |
| 73 | |
| 74 | def clear_text(self): |
| 75 | """ clears sll the text """ |
nothing calls this directly
no outgoing calls
no test coverage detected