Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ abort
Method
abort
Lib/asyncio/proactor_events.py:423–424 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
421
self.close()
422
423
def
abort(self):
424
self._force_close(None)
425
426
def
_make_empty_waiter(self):
427
if
self._empty_waiter is not None:
Callers
nothing calls this directly
Calls
1
_force_close
Method · 0.45
Tested by
no test coverage detected