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

Method get_line_index

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

Source from the content-addressed store, hash-verified

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
282 def move_cursor_to_line_begin(self, select = False):
283 self.move_cursor("LINE_BEGIN", select)

Callers 2

current_line_indexMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected