MCPcopy Index your code
hub / github.com/RustPython/RustPython / _gather

Method _gather

Lib/test/test_asyncio/test_ssl.py:371–373  ·  view source on GitHub ↗
(*tasks)

Source from the content-addressed store, hash-verified

369 CNT = 0
370
371 async def _gather(*tasks):
372 # trampoline
373 return await asyncio.gather(*tasks)
374
375 with self.tcp_server(server,
376 max_clients=TOTAL_CNT,

Callers

nothing calls this directly

Calls 1

gatherMethod · 0.45

Tested by

no test coverage detected