Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ set
Method
set
mitmproxy/optmanager.py:63–65 ·
view source on GitHub ↗
(self, value: Any)
Source
from the content-addressed store, hash-verified
61
return
copy.deepcopy(v)
62
63
def
set(self, value: Any) -> None:
64
typecheck.check_option_type(self.name, value, self.typespec)
65
self.value = value
66
67
def
reset(self) -> None:
68
self.value = unset
Callers
1
update_known
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected