(self)
| 566 | self.refreshLines() |
| 567 | |
| 568 | def cursorTimerEvent(self): |
| 569 | self.caretBlink = not self.caretBlink |
| 570 | self.updateCaret() |
| 571 | |
| 572 | def focusInEvent(self, event): |
| 573 | self.caretVisible = True |
nothing calls this directly
no test coverage detected