MCPcopy Create free account
hub / github.com/mitmproxy/mitmproxy / __init__

Method __init__

mitmproxy/tools/console/options.py:154–157  ·  view source on GitHub ↗
(self, master, help_widget: OptionHelp)

Source from the content-addressed store, hash-verified

152
153class OptionsList(urwid.ListBox):
154 def __init__(self, master, help_widget: OptionHelp):
155 self.master = master
156 self.walker = OptionListWalker(master, help_widget)
157 super().__init__(self.walker)
158
159 def save_config(self, path):
160 try:

Callers

nothing calls this directly

Calls 2

OptionListWalkerClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected