Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ has_changed
Method
has_changed
mitmproxy/optmanager.py:70–71 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
68
self.value = unset
69
70
def
has_changed(self) -> bool:
71
return
self.current() != self.default
72
73
def
__eq__(self, other) -> bool:
74
for
i in self.__slots__:
Callers
6
__deepcopy__
Method · 0.95
test_defaults
Function · 0.45
has_changed
Method · 0.45
serialize
Function · 0.45
get_status
Method · 0.45
get_widget
Method · 0.45
Calls
1
current
Method · 0.95
Tested by
1
test_defaults
Function · 0.36