Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_lifecycle
Function · 0.45
test_defaults
Function · 0.45
test_options
Function · 0.45
test_set_cookies
Method · 0.45
test_cmd
Function · 0.45
test_keys
Method · 0.45
test_make_auth_required_response
Function · 0.45
request_check
Function · 0.45
test_response
Method · 0.45
test_response_multiple
Method · 0.45
test_response_weird
Method · 0.45
test_response_overwrite
Method · 0.45
Calls
1
set
Function · 0.85
Tested by
15
test_lifecycle
Function · 0.36
test_defaults
Function · 0.36
test_options
Function · 0.36
test_set_cookies
Method · 0.36
test_cmd
Function · 0.36
test_keys
Method · 0.36
test_make_auth_required_response
Function · 0.36
request_check
Function · 0.36
test_response
Method · 0.36
test_response_multiple
Method · 0.36
test_response_weird
Method · 0.36
test_response_overwrite
Method · 0.36