Searched refs:exc_type (Results 1 – 7 of 7) sorted by relevance
/qemu/tests/functional/qemu_test/ |
H A D | ports.py | 31 def __exit__(self, exc_type, exc_value, traceback): argument
|
/qemu/scripts/ |
H A D | simpletrace.py | 217 def __exit__(self, exc_type, exc_val, exc_tb): argument 218 if exc_type is None:
|
/qemu/tests/qemu-iotests/ |
H A D | testrunner.py | 99 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 D | testenv.py | 294 def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None:
|
H A D | iotests.py | 747 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 D | legacy.py | 117 exc_type: Optional[Type[BaseException]],
|
/qemu/python/qemu/machine/ |
H A D | machine.py | 199 exc_type: Optional[Type[BaseException]],
|