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

Method keys

mitmproxy/optmanager.py:204–205  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

202 self.update(**{attr: value})
203
204 def keys(self):
205 return set(self._options.keys())
206
207 def items(self):
208 return self._options.items()

Callers 15

test_lifecycleFunction · 0.45
test_defaultsFunction · 0.45
test_optionsFunction · 0.45
test_set_cookiesMethod · 0.45
test_cmdFunction · 0.45
test_keysMethod · 0.45
request_checkFunction · 0.45
test_responseMethod · 0.45
test_response_weirdMethod · 0.45

Calls 1

setFunction · 0.85

Tested by 15

test_lifecycleFunction · 0.36
test_defaultsFunction · 0.36
test_optionsFunction · 0.36
test_set_cookiesMethod · 0.36
test_cmdFunction · 0.36
test_keysMethod · 0.36
request_checkFunction · 0.36
test_responseMethod · 0.36
test_response_weirdMethod · 0.36