Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ write_eof
Method
write_eof
Lib/asyncio/streams.py:343–344 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
341
self._transport.writelines(data)
342
343
def
write_eof(self):
344
return
self._transport.write_eof()
345
346
def
can_write_eof(self):
347
return
self._transport.can_write_eof()
Callers
13
test_eof
Method · 0.45
ssl_io_loop
Method · 0.45
test_transport_eof
Method · 0.45
test_write_eof
Method · 0.45
test_write_eof_buffer
Method · 0.45
test_write_eof_after_close
Method · 0.45
test_write_eof
Method · 0.45
test_write_eof_buffer
Method · 0.45
test_write_eof_write_pipe
Method · 0.45
test_write_eof_buffer_write_pipe
Method · 0.45
test_write_eof_duplex_pipe
Method · 0.45
test_write_eof
Method · 0.45
Calls
no outgoing calls
Tested by
13
test_eof
Method · 0.36
ssl_io_loop
Method · 0.36
test_transport_eof
Method · 0.36
test_write_eof
Method · 0.36
test_write_eof_buffer
Method · 0.36
test_write_eof_after_close
Method · 0.36
test_write_eof
Method · 0.36
test_write_eof_buffer
Method · 0.36
test_write_eof_write_pipe
Method · 0.36
test_write_eof_buffer_write_pipe
Method · 0.36
test_write_eof_duplex_pipe
Method · 0.36
test_write_eof
Method · 0.36