Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aio-libs/aiohttp
/ is_eof
Method
is_eof
aiohttp/streams.py:400–401 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
398
self._buffer = collections.deque()
399
400
def
is_eof(self):
401
return
self._eof
402
403
def
at_eof(self):
404
return
self._eof and not self._buffer
Callers
8
start
Method · 0.45
test_wait_eof
Method · 0.45
test_wait_eof_eof
Method · 0.45
test_is_eof
Method · 0.45
test_set_parser_feed_existing_eof_unhandled_eof
Function · 0.45
test_feed_parser
Function · 0.45
test_feed_eof_unhandled_eof
Function · 0.45
test_unset_parser_eof_unhandled_eof
Function · 0.45
Calls
no outgoing calls
Tested by
7
test_wait_eof
Method · 0.36
test_wait_eof_eof
Method · 0.36
test_is_eof
Method · 0.36
test_set_parser_feed_existing_eof_unhandled_eof
Function · 0.36
test_feed_parser
Function · 0.36
test_feed_eof_unhandled_eof
Function · 0.36
test_unset_parser_eof_unhandled_eof
Function · 0.36