Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ __iter__
Method
__iter__
mitmproxy/http.py:141–143 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
139
super().__delitem__(key)
140
141
def
__iter__(self) -> Iterator[str]:
142
for
x in super().__iter__():
143
yield
_native(x)
144
145
def
get_all(self, name: str | bytes) -> list[str]:
146
""
"
Callers
1
test_iter
Method · 0.45
Calls
1
_native
Function · 0.85
Tested by
1
test_iter
Method · 0.36