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

Method __init__

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

Source from the content-addressed store, hash-verified

30
31class TD2(TD):
32 def __init__(self):
33 super().__init__()
34 self.add_option("three", str, "dthree", "help")
35 self.add_option("four", str, "dfour", "help")
36
37
38class TM(optmanager.OptManager):

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45
add_optionMethod · 0.45

Tested by

no test coverage detected