Home
last modified time | relevance | path

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

/qemu/tests/functional/qemu_test/
H A Dports.py31 def __exit__(self, exc_type, exc_value, traceback): argument
/qemu/scripts/
H A Dsimpletrace.py217 def __exit__(self, exc_type, exc_val, exc_tb): argument
218 if exc_type is None:
/qemu/tests/qemu-iotests/
H A Dtestrunner.py99 def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None:
159 def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None:
H A Dtestenv.py294 def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None:
H A Diotests.py747 def __exit__(self, exc_type, value, traceback): argument
789 def __exit__(self, exc_type, exc_val, exc_tb): argument
/qemu/python/qemu/qmp/
H A Dlegacy.py117 exc_type: Optional[Type[BaseException]],
/qemu/python/qemu/machine/
H A Dmachine.py199 exc_type: Optional[Type[BaseException]],