MCPcopy 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_eofMethod · 0.45
ssl_io_loopMethod · 0.45
test_transport_eofMethod · 0.45
test_write_eofMethod · 0.45
test_write_eof_bufferMethod · 0.45
test_write_eofMethod · 0.45
test_write_eof_bufferMethod · 0.45
test_write_eofMethod · 0.45

Calls

no outgoing calls

Tested by 13

test_eofMethod · 0.36
ssl_io_loopMethod · 0.36
test_transport_eofMethod · 0.36
test_write_eofMethod · 0.36
test_write_eof_bufferMethod · 0.36
test_write_eofMethod · 0.36
test_write_eof_bufferMethod · 0.36
test_write_eofMethod · 0.36