MCPcopy 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_defaultsFunction · 0.45
has_changedMethod · 0.45
serializeFunction · 0.45
get_statusMethod · 0.45
get_widgetMethod · 0.45

Calls 1

currentMethod · 0.95

Tested by 1

test_defaultsFunction · 0.36