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

Method options_reset

mitmproxy/addons/core.py:269–273  ·  view source on GitHub ↗

Reset all options to defaults.

(self)

Source from the content-addressed store, hash-verified

267
268 @command.command("options.reset")
269 def options_reset(self) -> None:
270 """
271 Reset all options to defaults.
272 """
273 ctx.options.reset()
274
275 @command.command("options.reset.one")
276 def options_reset_one(self, name: str) -> None:

Callers 1

test_optionsFunction · 0.95

Calls 1

resetMethod · 0.45

Tested by 1

test_optionsFunction · 0.76