MCPcopy 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_clientsMethod · 0.45

Calls 2

copyMethod · 0.45
closeMethod · 0.45

Tested by 1

test_close_clientsMethod · 0.36