(self, event)
| 664 | return "break" |
| 665 | |
| 666 | def find_again_event(self, event): |
| 667 | search.find_again(self.text) |
| 668 | return "break" |
| 669 | |
| 670 | def find_selection_event(self, event): |
| 671 | search.find_selection(self.text) |
nothing calls this directly
no test coverage detected