Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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):
Callers
11
test_at_eof
Method · 0.45
test_at_eof
Method · 0.45
test_read_eof
Method · 0.45
test_read_until_eof
Method · 0.45
test_read_eof
Method · 0.45
test_read_until_eof
Method · 0.45
test_at_eof
Method · 0.45
test_second_next_releases_previous_object
Method · 0.45
test_release_without_read_the_last_object
Method · 0.45
test_read_chunk_by_length_doesnt_breaks_reader
Method · 0.45
test_read_chunk_from_stream_doesnt_breaks_reader
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected