Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ abort
Method
abort
Lib/asyncio/selector_events.py:833–834 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
831
return
'<{}>'
.format(
' '
.join(info))
832
833
def
abort(self):
834
self._force_close(None)
835
836
def
set_protocol(self, protocol):
837
self._protocol = protocol
Callers
nothing calls this directly
Calls
1
_force_close
Method · 0.95
Tested by
no test coverage detected