MCPcopy
hub / github.com/mitmproxy/mitmproxy / load

Method load

test/mitmproxy/data/addonscripts/addon.py:11–13  ·  view source on GitHub ↗
(self, opts)

Source from the content-addressed store, hash-verified

9 return event_log
10
11 def load(self, opts):
12 logging.info("addon running")
13 event_log.append("addonload")
14
15 def configure(self, updated):
16 event_log.append("addonconfigure")

Callers 9

tctxFunction · 0.45
test_socks5_trickleFunction · 0.45
test_socks5_auth_successFunction · 0.45
test_socks5_auth_failFunction · 0.45
test_http_fuzz.pyFile · 0.45
test_metadataMethod · 0.45

Calls 2

infoMethod · 0.80
appendMethod · 0.45

Tested by 8

tctxFunction · 0.36
test_socks5_trickleFunction · 0.36
test_socks5_auth_successFunction · 0.36
test_socks5_auth_failFunction · 0.36
test_metadataMethod · 0.36