Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aio-libs/aiohttp
/ test_is_eof
Method
test_is_eof
tests/test_streams.py:594–597 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
592
class
DataQueueMixin:
593
594
def
test_is_eof(self):
595
self.assertFalse(self.buffer.is_eof())
596
self.buffer.feed_eof()
597
self.assertTrue(self.buffer.is_eof())
598
599
def
test_at_eof(self):
600
self.assertFalse(self.buffer.at_eof())
Callers
nothing calls this directly
Calls
2
is_eof
Method · 0.45
feed_eof
Method · 0.45
Tested by
no test coverage detected