(self)
| 22 | |
| 23 | @property |
| 24 | def current_character_index(self): |
| 25 | return self.get_character_index() |
| 26 | @current_character_index.setter |
| 27 | def current_character_index(self, index): |
| 28 | self.set_cursor_position_horizontal(index) |
nothing calls this directly
no test coverage detected