Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/httpx
/ __aiter__
Method
__aiter__
httpx/_multipart.py:298–300 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
296
yield
chunk
297
298
async
def
__aiter__(self) -> typing.AsyncIterator[bytes]:
299
for
chunk in self.iter_chunks():
300
yield
chunk
Callers
nothing calls this directly
Calls
1
iter_chunks
Method · 0.95
Tested by
no test coverage detected