Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _gather
Method
_gather
Lib/test/test_asyncio/test_ssl.py:367–369 ·
view source on GitHub ↗
(*tasks)
Source
from the content-addressed store, hash-verified
365
CNT = 0
366
367
async
def
_gather(*tasks):
368
# trampoline
369
return
await asyncio.gather(*tasks)
370
371
with
self.tcp_server(server,
372
max_clients=TOTAL_CNT,
Callers
nothing calls this directly
Calls
1
gather
Method · 0.45
Tested by
no test coverage detected