MCPcopy 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_iterMethod · 0.45

Calls 1

_nativeFunction · 0.85

Tested by 1

test_iterMethod · 0.36