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

Method current_character_index

text_block.py:24–25  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 2

get_character_indexMethod · 0.95

Tested by

no test coverage detected