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

Method move_cursor_right

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

Source from the content-addressed store, hash-verified

286
287 # note: this may change the character index more than one (if there is TAB)
288 def move_cursor_right(self, select = False):
289 self.move_cursor("NEXT_CHARACTER", select)
290 def move_cursor_left(self, select = False):
291 self.move_cursor("PREVIOUS_CHARACTER", select)
292

Callers

nothing calls this directly

Calls 1

move_cursorMethod · 0.95

Tested by

no test coverage detected