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

Method write_eof

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

Source from the content-addressed store, hash-verified

343 self._transport.writelines(data)
344
345 def write_eof(self):
346 return self._transport.write_eof()
347
348 def can_write_eof(self):
349 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