MCPcopy Index your code
hub / github.com/python/cpython / abort_clients

Method abort_clients

Lib/asyncio/base_events.py:361–363  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

359 transport.close()
360
361 def abort_clients(self):
362 for transport in self._clients.copy():
363 transport.abort()
364
365 async def start_serving(self):
366 self._start_serving()

Callers 1

test_abort_clientsMethod · 0.45

Calls 2

copyMethod · 0.45
abortMethod · 0.45

Tested by 1

test_abort_clientsMethod · 0.36