Home
last modified time | relevance | path

Searched refs:asyncio_run (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/python/qemu/qmp/
H A Dutil.py152 def asyncio_run(coro: Coroutine[Any, Any, T], *, debug: bool = False) -> T: function
/openbmc/qemu/python/tests/
H A Dprotocol.py11 from qemu.qmp.util import asyncio_run, create_task