Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ TM
Class
TM
test/mitmproxy/test_optmanager.py:38–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
37
38
class
TM(optmanager.OptManager):
39
def
__init__(self):
40
super().__init__()
41
self.add_option(
"two"
, Sequence[str], [
"foo"
],
"help"
)
42
self.add_option(
"one"
, Optional[str], None,
"help"
)
43
44
45
class
TS(optmanager.OptManager):
Callers
1
test_merge
Function · 0.70
Calls
no outgoing calls
Tested by
1
test_merge
Function · 0.56