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

Function dump

docs/scripts/options.py:19–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17
18
19async def dump():
20 for tool_name, master in masters.items():
21 opts = options.Options()
22 _ = master(opts)
23 for key, option in optmanager.dump_dicts(opts).items():
24 if key in unified_options:
25 unified_options[key]["tools"].append(tool_name)
26 else:
27 unified_options[key] = option
28 unified_options[key]["tools"] = [tool_name]
29
30
31asyncio.run(dump())

Callers 1

options.pyFile · 0.70

Calls 2

itemsMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…