Home
last modified time | relevance | path

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

/qemu/scripts/
H A Dsymlink-install-tree.py25 except BaseException as e:
30 except BaseException as e:
/qemu/python/qemu/qmp/
H A Dlegacy.py117 exc_type: Optional[Type[BaseException]], argument
118 exc_val: Optional[BaseException], argument
H A Dutil.py176 def exception_summary(exc: BaseException) -> str: argument
H A Dqmp_client.py277 except BaseException as err:
313 except BaseException as err:
H A Dprotocol.py426 except BaseException as err:
787 except BaseException as err:
875 except BaseException as err:
/qemu/python/qemu/machine/
H A Dmachine.py199 exc_type: Optional[Type[BaseException]], argument
200 exc_val: Optional[BaseException], argument
449 except BaseException as exc: