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

Method default

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

Source from the content-addressed store, hash-verified

51
52 @property
53 def default(self):
54 return copy.deepcopy(self._default)
55
56 def current(self) -> Any:
57 if self.value is unset:

Callers 4

test_defaultsFunction · 0.45
vendor-BS4xPthR.jsFile · 0.45
options_reset_oneMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_defaultsFunction · 0.36