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

Method __init__

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

Source from the content-addressed store, hash-verified

243 focus_position: int
244
245 def __init__(self, master):
246 oh = OptionHelp(master)
247 self.optionslist = OptionsList(master, oh)
248 super().__init__(
249 [
250 self.optionslist,
251 (HELP_HEIGHT, oh),
252 ]
253 )
254 self.master = master
255
256 def current_name(self):
257 foc, idx = self.optionslist.get_focus()

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 2

OptionsListClass · 0.85
OptionHelpClass · 0.70

Tested by

no test coverage detected