MCPcopy
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
239class Options(urwid.Pile, layoutwidget.LayoutWidget):

Callers 1

set_focusMethod · 0.80

Calls 1

widgetMethod · 0.95

Tested by

no test coverage detected