Home
last modified time | relevance | path

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

/openbmc/qemu/python/tests/
H A Dprotocol.py113 def run_as_task(coro, allow_cancellation=False): argument
124 if allow_cancellation:
343 task = run_as_task(self._hanging_connection(), allow_cancellation=True)
382 task = run_as_task(self._hanging_connection(), allow_cancellation=True)
408 task = run_as_task(self._hanging_connection(), allow_cancellation=True)