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

Method __init__

mitmproxy/tools/console/commands.py:105–109  ·  view source on GitHub ↗
(self, master)

Source from the content-addressed store, hash-verified

103
104class CommandHelp(urwid.Frame):
105 def __init__(self, master):
106 self.master = master
107 super().__init__(self.widget(""))
108 self.set_active(False)
109 command_focus_change.connect(self.sig_mod)
110
111 def set_active(self, val):
112 h = urwid.Text("Command Help")

Callers

nothing calls this directly

Calls 4

widgetMethod · 0.95
set_activeMethod · 0.95
__init__Method · 0.45
connectMethod · 0.45

Tested by

no test coverage detected