(self, select = False)
| 274 | move_function(select) |
| 275 | |
| 276 | def get_character_index(self, select = False): |
| 277 | if select: return self.text_block.select_end_character |
| 278 | return self.text_block.current_character |
| 279 | def get_line_index(self, select = False): |
| 280 | return self.text_block.current_line_index |
| 281 |
no outgoing calls
no test coverage detected