MCPcopy Index your code
hub / github.com/mitmproxy/mitmproxy / widget

Method widget

mitmproxy/tools/console/commands.py:116–118  ·  view source on GitHub ↗
(self, txt)

Source from the content-addressed store, hash-verified

114 self.header = urwid.AttrMap(h, style)
115
116 def widget(self, txt):
117 cols, _ = self.master.ui.get_cols_rows()
118 return urwid.ListBox([urwid.Text(i) for i in textwrap.wrap(txt, cols)])
119
120 def sig_mod(self, txt):
121 self.body = self.widget(txt)

Callers 2

__init__Method · 0.95
sig_modMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected