MCPcopy
hub / github.com/mitmproxy/mitmproxy / start_editing

Method start_editing

mitmproxy/tools/console/options.py:103–106  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

101 self.set_focus(self.index)
102
103 def start_editing(self):
104 self.editing = True
105 self.focus_obj = self._get(self.index, True)
106 self._modified()
107
108 def stop_editing(self):
109 self.editing = False

Callers 1

keypressMethod · 0.80

Calls 2

_getMethod · 0.95
_modifiedMethod · 0.80

Tested by

no test coverage detected