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

Class TS

test/mitmproxy/test_optmanager.py:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44
45class TS(optmanager.OptManager):
46 def __init__(self):
47 super().__init__()
48 self.add_option("scripts", Sequence[str], [], "help")
49 self.add_option("not_scripts", Sequence[str], [], "help")
50
51
52def test_defaults():

Callers 1

test_load_pathsFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_load_pathsFunction · 0.68