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