MCPcopy
hub / github.com/mitmproxy/mitmproxy / right

Method right

mitmproxy/tools/console/grideditor/base.py:210–212  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

208 self._modified()
209
210 def right(self):
211 self.focus_col = min(self.focus_col + 1, len(self.editor.columns) - 1)
212 self._modified()
213
214 def tab_next(self):
215 self.stop_edit()

Callers 1

keypressMethod · 0.45

Calls 1

_modifiedMethod · 0.95

Tested by

no test coverage detected