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

Method __init__

mitmproxy/tools/console/options.py:221–224  ·  view source on GitHub ↗
(self, master)

Source from the content-addressed store, hash-verified

219
220class OptionHelp(urwid.Frame):
221 def __init__(self, master):
222 self.master = master
223 super().__init__(self.widget(""))
224 self.set_active(False)
225
226 def set_active(self, val):
227 h = urwid.Text("Option Help")

Callers

nothing calls this directly

Calls 3

widgetMethod · 0.95
set_activeMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected