Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ items
Method
items
mitmproxy/optmanager.py:207–208 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
205
return
set(self._options.keys())
206
207
def
items(self):
208
return
self._options.items()
209
210
def
__contains__(self, k):
211
return
k in self._options
Callers
4
update_known
Method · 0.45
merge
Method · 0.45
set
Method · 0.45
process_deferred
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected