MCPcopy
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
57class AOption:
58 def load(self, loader: Loader):
59 loader.add_option("custom_option", bool, False, "help")
60
61
62class AOldAPI:

Callers 1

test_serializeFunction · 0.45

Calls 1

add_optionMethod · 0.45

Tested by

no test coverage detected