Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ load
Method
load
test/mitmproxy/test_addonmanager.py:58–59 ·
view source on GitHub ↗
(self, loader: Loader)
Source
from the content-addressed store, hash-verified
56
57
class
AOption:
58
def
load(self, loader: Loader):
59
loader.add_option(
"custom_option"
, bool, False,
"help"
)
60
61
62
class
AOldAPI:
Callers
1
test_serialize
Function · 0.45
Calls
1
add_option
Method · 0.45
Tested by
no test coverage detected