The current cursor offset from the front of the "line".
(self)
| 1890 | self.unhighlight_paren() |
| 1891 | |
| 1892 | def _get_cursor_offset(self) -> int: |
| 1893 | """The current cursor offset from the front of the "line".""" |
| 1894 | return self._cursor_offset |
| 1895 | |
| 1896 | def _set_cursor_offset( |
| 1897 | self, |
nothing calls this directly
no outgoing calls
no test coverage detected