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

Method current_line_index

text_block.py:31–32  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

29
30 @property
31 def current_line_index(self):
32 return self.get_line_index()
33 @current_line_index.setter
34 def current_line_index(self, index):
35 self.set_cursor_position_vertical(index)

Callers

nothing calls this directly

Calls 2

get_line_indexMethod · 0.95

Tested by

no test coverage detected