MCPcopy
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
17def _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

runMethod · 0.80

Tested by

no test coverage detected