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