Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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())
Callers
15
test_read_does_reads_boundary
Method · 0.95
test_read_and_release_connection
Method · 0.45
test_read_and_release_connection_with_error
Method · 0.45
test_read_decode_deprecated
Method · 0.45
test_text_detect_encoding
Method · 0.45
test_feed_empty_data
Method · 0.45
test_feed_nonempty_data
Method · 0.45
test_read_zero
Method · 0.45
test_read
Method · 0.45
test_read_line_breaks
Method · 0.45
test_read_eof
Method · 0.45
test_read_eof_infinit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected