Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/httpx
/ read
Method
read
tests/test_multipart.py:393–394 ·
view source on GitHub ↗
(self, *args: typing.Any)
Source
from the content-addressed store, hash-verified
391
self._iterator = iterator
392
393
def
read(self, *args: typing.Any) -> bytes:
394
return
b
""
.join(self._iterator)
395
396
def
data() -> typing.Iterator[bytes]:
397
yield
b
"Hello"
Callers
7
test_download
Function · 0.45
test_stream
Function · 0.45
echo_body
Function · 0.45
output_generator
Function · 0.45
test_logging
Function · 0.45
test_stream_response
Function · 0.45
test_request_generator_content_picklable
Function · 0.45
Calls
1
join
Method · 0.80
Tested by
no test coverage detected