Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ get_edit_text
Method
get_edit_text
mitmproxy/tools/console/options.py:114–115 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
112
self._modified()
113
114
def
get_edit_text(self):
115
return
self.focus_obj.get_edit_text()
116
117
def
_get(self, pos, editing):
118
name = self.opts[pos]
Callers
nothing calls this directly
Calls
1
get_edit_text
Method · 0.45
Tested by
no test coverage detected