Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/jinja
/ _asyncio_run
Function
_asyncio_run
tests/test_async.py:17–18 ·
view source on GitHub ↗
(async_fn, *args)
Source
from the content-addressed store, hash-verified
15
16
17
def
_asyncio_run(async_fn, *args):
18
return
asyncio.run(async_fn(*args))
19
20
21
@pytest.fixture(params=[_asyncio_run, trio.run], ids=[
"asyncio"
,
"trio"
])
Callers
nothing calls this directly
Calls
1
run
Method · 0.80
Tested by
no test coverage detected