MCPcopy
hub / github.com/aio-libs/aiohttp / read

Method read

aiohttp/streams.py:471–475  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

469
470 @asyncio.coroutine
471 def read(self):
472 try:
473 return (yield from super().read())
474 except EofStream:
475 return EOF_MARKER
476
477 readany = read
478

Callers

nothing calls this directly

Calls 1

readMethod · 0.45

Tested by

no test coverage detected