MCPcopy Index your code
hub / github.com/RustPython/RustPython / feed_eof

Method feed_eof

Lib/asyncio/streams.py:485–487  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

483 self._transport.resume_reading()
484
485 def feed_eof(self):
486 self._eof = True
487 self._wakeup_waiter()
488
489 def at_eof(self):
490 """Return True if the buffer is empty and 'feed_eof' was called."""

Callers 10

test_at_eofMethod · 0.95
test_readline_eofMethod · 0.95
test_readuntil_eofMethod · 0.95
test___repr__eofMethod · 0.95
test_readlineMethod · 0.95
pipe_connection_lostMethod · 0.80
connection_lostMethod · 0.80
eof_receivedMethod · 0.80
cbMethod · 0.80

Calls 1

_wakeup_waiterMethod · 0.95

Tested by 7

test_at_eofMethod · 0.76
test_readline_eofMethod · 0.76
test_readuntil_eofMethod · 0.76
test___repr__eofMethod · 0.76
test_readlineMethod · 0.76
cbMethod · 0.64