MCPcopy Create free account
hub / github.com/JacquesLucke/code_autocomplete / get_character_index

Method get_character_index

text_block.py:276–278  ·  view source on GitHub ↗
(self, select = False)

Source from the content-addressed store, hash-verified

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

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected