Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_parallel
Function · 0.70
test_ticket7759
Method · 0.50
test_msgfmt_error_including_non_ascii
Method · 0.50
Calls
no outgoing calls
Tested by
2
test_ticket7759
Method · 0.40
test_msgfmt_error_including_non_ascii
Method · 0.40