(self, show_find: bool)
| 768 | ) |
| 769 | |
| 770 | def watch_show_find(self, show_find: bool) -> None: |
| 771 | self.clear_caches() |
| 772 | if not show_find: |
| 773 | self.pointer_line = None |
| 774 | |
| 775 | def watch_find(self, find: str) -> None: |
| 776 | if not find: |
nothing calls this directly
no test coverage detected