(self)
| 51 | self._current_line = val |
| 52 | |
| 53 | def _get_cursor_offset(self) -> int: |
| 54 | return self._cursor_offset |
| 55 | |
| 56 | def _set_cursor_offset(self, val: int) -> None: |
| 57 | self._cursor_offset = val |
nothing calls this directly
no outgoing calls
no test coverage detected