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

Method move_cursor_up

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

Source from the content-addressed store, hash-verified

291 self.move_cursor("PREVIOUS_CHARACTER", select)
292
293 def move_cursor_up(self, select = False):
294 self.move_cursor("PREVIOUS_LINE", select)
295 def move_cursor_down(self, select = False):
296 self.move_cursor("NEXT_LINE", select)
297

Callers

nothing calls this directly

Calls 1

move_cursorMethod · 0.95

Tested by

no test coverage detected