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

Method read

tests/test_multipart.py:69–70  ·  view source on GitHub ↗
(self, size=None)

Source from the content-addressed store, hash-verified

67
68 @asyncio.coroutine
69 def read(self, size=None):
70 return self.content.read(size)
71
72 def at_eof(self):
73 return self.content.tell() == len(self.content.getbuffer())

Calls

no outgoing calls

Tested by

no test coverage detected