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

Method __init__

test/mitmproxy/test_optmanager.py:46–49  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44
45class TS(optmanager.OptManager):
46 def __init__(self):
47 super().__init__()
48 self.add_option("scripts", Sequence[str], [], "help")
49 self.add_option("not_scripts", Sequence[str], [], "help")
50
51
52def test_defaults():

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45
add_optionMethod · 0.45

Tested by

no test coverage detected