MCPcopy
hub / github.com/django/django / run

Function run

django/dispatch/dispatcher.py:51–52  ·  view source on GitHub ↗
(i, coro)

Source from the content-addressed store, hash-verified

49 return []
50
51 async def run(i, coro):
52 results[i] = await coro
53
54 try:
55 async with asyncio.TaskGroup() as tg:

Callers 3

_run_parallelFunction · 0.70
test_ticket7759Method · 0.50

Calls

no outgoing calls

Tested by 2

test_ticket7759Method · 0.40