MCPcopy
hub / github.com/mitmproxy/mitmproxy / TD2

Class TD2

test/mitmproxy/test_optmanager.py:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
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 3

test_defaultsFunction · 0.85
test_serializeFunction · 0.85
test_savingFunction · 0.85

Calls

no outgoing calls

Tested by 3

test_defaultsFunction · 0.68
test_serializeFunction · 0.68
test_savingFunction · 0.68