Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ abort_clients
Method
abort_clients
Lib/asyncio/base_events.py:358–360 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
356
transport.close()
357
358
def
abort_clients(self):
359
for
transport in self._clients.copy():
360
transport.abort()
361
362
async
def
start_serving(self):
363
self._start_serving()
Callers
1
test_abort_clients
Method · 0.45
Calls
2
copy
Method · 0.45
abort
Method · 0.45
Tested by
1
test_abort_clients
Method · 0.36