MCPcopy
hub / github.com/encode/httpx / __aiter__

Method __aiter__

httpx/_content.py:102–104  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

100 raise StreamClosed()
101
102 async def __aiter__(self) -> AsyncIterator[bytes]:
103 raise StreamClosed()
104 yield b"" # pragma: no cover
105
106
107def encode_content(

Callers

nothing calls this directly

Calls 1

StreamClosedClass · 0.85

Tested by

no test coverage detected