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

Method bottom_index

modal_handler.py:144–145  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

142
143 @property
144 def bottom_index(self):
145 return self.top_index + get_line_amount() - 1
146
147 def draw(self):
148 if self.hide: return

Callers

nothing calls this directly

Calls 1

get_line_amountFunction · 0.85

Tested by

no test coverage detected