Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/httpx
/ __iter__
Method
__iter__
httpx/_content.py:99–100 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
97
""
"
98
99
def
__iter__(self) -> Iterator[bytes]:
100
raise
StreamClosed()
101
102
async
def
__aiter__(self) -> AsyncIterator[bytes]:
103
raise
StreamClosed()
Callers
nothing calls this directly
Calls
1
StreamClosed
Class · 0.85
Tested by
no test coverage detected