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

Method at_eof

tests/test_multipart.py:72–73  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

70 return self.content.read(size)
71
72 def at_eof(self):
73 return self.content.tell() == len(self.content.getbuffer())
74
75 @asyncio.coroutine
76 def readline(self):

Calls

no outgoing calls

Tested by

no test coverage detected