(self, event)
| 574 | self.updateCaret() |
| 575 | |
| 576 | def focusOutEvent(self, event): |
| 577 | self.caretVisible = False |
| 578 | self.leftButtonDown = False |
| 579 | self.updateCaret() |
| 580 | |
| 581 | def selectNone(self): |
| 582 | for i in self.lines: |
nothing calls this directly
no test coverage detected