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

Method abort

Lib/asyncio/unix_events.py:798–799  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

796 self._pipe.close()
797
798 def abort(self):
799 self._close(None)
800
801 def _fatal_error(self, exc, message='Fatal error on pipe transport'):
802 # should be called by exception handler only

Callers

nothing calls this directly

Calls 1

_closeMethod · 0.95

Tested by

no test coverage detected