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

Method has_changed

mitmproxy/optmanager.py:281–285  ·  view source on GitHub ↗

Has the option changed from the default?

(self, option)

Source from the content-addressed store, hash-verified

279 return self._options[option].default
280
281 def has_changed(self, option):
282 """
283 Has the option changed from the default?
284 """
285 return self._options[option].has_changed()
286
287 def merge(self, opts):
288 """

Callers

nothing calls this directly

Calls 1

has_changedMethod · 0.45

Tested by

no test coverage detected