Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ update_help_text
Method
update_help_text
mitmproxy/tools/console/options.py:235–236 ·
view source on GitHub ↗
(self, txt: str)
Source
from the content-addressed store, hash-verified
233
return
urwid.ListBox([urwid.Text(i)
for
i in textwrap.wrap(txt, cols)])
234
235
def
update_help_text(self, txt: str) -> None:
236
self.body = self.widget(txt)
237
238
239
class
Options(urwid.Pile, layoutwidget.LayoutWidget):
Callers
1
set_focus
Method · 0.80
Calls
1
widget
Method · 0.95
Tested by
no test coverage detected