Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ _configure_all
Method
_configure_all
mitmproxy/addonmanager.py:138–139 ·
view source on GitHub ↗
(self, updated)
Source
from the content-addressed store, hash-verified
136
master.options.changed.connect(self._configure_all)
137
138
def
_configure_all(self, updated):
139
self.trigger(hooks.ConfigureHook(updated))
140
141
def
clear(self):
142
""
"
Callers
1
test_lifecycle
Function · 0.95
Calls
1
trigger
Method · 0.95
Tested by
1
test_lifecycle
Function · 0.76