Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aio-libs/aiohttp
/ read
Method
read
aiohttp/streams.py:539–540 ·
view source on GitHub ↗
(self, n=-1)
Source
from the content-addressed store, hash-verified
537
538
@maybe_resume
539
def
read(self, n=-1):
540
return
(
yield
from
super().read(n))
541
542
@maybe_resume
543
def
readline(self):
Callers
nothing calls this directly
Calls
1
read
Method · 0.45
Tested by
no test coverage detected