(self)
| 252 | self._text_cache.clear() |
| 253 | |
| 254 | def notify_style_update(self) -> None: |
| 255 | self.clear_caches() |
| 256 | |
| 257 | def validate_pointer_line(self, pointer_line: int | None) -> int | None: |
| 258 | if pointer_line is None: |
nothing calls this directly
no test coverage detected