MCPcopy Index your code
hub / github.com/mitmproxy/mitmproxy / AOption

Class AOption

test/mitmproxy/test_addonmanager.py:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
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_load_optionFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_load_optionFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…