MCPcopy Index your code
hub / github.com/python/cpython / write_eof

Method write_eof

Lib/asyncio/proactor_events.py:420–421  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

418 return True
419
420 def write_eof(self):
421 self.close()
422
423 def abort(self):
424 self._force_close(None)

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected