MCPcopy
hub / github.com/mitmproxy/mitmproxy / __init__

Method __init__

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

Source from the content-addressed store, hash-verified

23
24class TD(optmanager.OptManager):
25 def __init__(self):
26 super().__init__()
27 self.add_option("one", str, "done", "help")
28 self.add_option("two", str, "dtwo", "help")
29
30
31class TD2(TD):

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45
add_optionMethod · 0.45

Tested by

no test coverage detected