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

Method reset

mitmproxy/optmanager.py:67–68  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

65 self.value = value
66
67 def reset(self) -> None:
68 self.value = unset
69
70 def has_changed(self) -> bool:
71 return self.current() != self.default

Callers 4

test_defaultsFunction · 0.45
resetMethod · 0.45
elasticlunr.min.jsFile · 0.45

Calls

no outgoing calls

Tested by 1

test_defaultsFunction · 0.36