MCPcopy
hub / github.com/mitmproxy/mitmproxy / update

Method update

mitmproxy/optmanager.py:244–247  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

242 self.deferred.update(unknown)
243
244 def update(self, **kwargs):
245 u = self.update_known(**kwargs)
246 if u:
247 raise KeyError("Unknown options: %s" % ", ".join(u.keys()))
248
249 def setter(self, attr):
250 """

Callers 5

__setattr__Method · 0.95
mergeMethod · 0.95
setMethod · 0.95
process_deferredMethod · 0.95
update_deferMethod · 0.45

Calls 3

update_knownMethod · 0.95
joinMethod · 0.45
keysMethod · 0.45

Tested by

no test coverage detected