Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
31
class
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
38
class
TM(optmanager.OptManager):
Callers
3
test_defaults
Function · 0.85
test_serialize
Function · 0.85
test_saving
Function · 0.85
Calls
no outgoing calls
Tested by
3
test_defaults
Function · 0.68
test_serialize
Function · 0.68
test_saving
Function · 0.68