Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/httpx
/ __iter__
Method
__iter__
httpx/_models.py:350–351 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
348
return
header_key in [key
for
_, key, _ in self._list]
349
350
def
__iter__(self) -> typing.Iterator[typing.Any]:
351
return
iter(self.keys())
352
353
def
__len__(self) -> int:
354
return
len(self._list)
Callers
nothing calls this directly
Calls
1
keys
Method · 0.95
Tested by
no test coverage detected