Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
keypress
Method · 0.80
Calls
2
_get
Method · 0.95
_modified
Method · 0.80
Tested by
no test coverage detected