Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_eof
Method · 0.95
test_readline_eof
Method · 0.95
test_readline_empty_eof
Method · 0.95
test_readuntil_eof
Method · 0.95
test___repr__eof
Method · 0.95
test_readline
Method · 0.95
pipe_connection_lost
Method · 0.80
connection_lost
Method · 0.80
eof_received
Method · 0.80
cb
Method · 0.80
Calls
1
_wakeup_waiter
Method · 0.95
Tested by
7
test_at_eof
Method · 0.76
test_readline_eof
Method · 0.76
test_readline_empty_eof
Method · 0.76
test_readuntil_eof
Method · 0.76
test___repr__eof
Method · 0.76
test_readline
Method · 0.76
cb
Method · 0.64