MCPcopy
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

startMethod · 0.45
test_wait_eofMethod · 0.45
test_wait_eof_eofMethod · 0.45
test_is_eofMethod · 0.45
test_feed_parserFunction · 0.45

Calls

no outgoing calls

Tested by 7

test_wait_eofMethod · 0.36
test_wait_eof_eofMethod · 0.36
test_is_eofMethod · 0.36
test_feed_parserFunction · 0.36