MCPcopy
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

592class 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_eofMethod · 0.45
feed_eofMethod · 0.45

Tested by

no test coverage detected