Home
last modified time | relevance | path

Searched defs:BaseException (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/python/qemu/qmp/
H A Dutil.py104 def exception_summary(exc: BaseException) -> str:
H A Dlegacy.py121 exc_type: Optional[Type[BaseException]],
122 exc_val: Optional[BaseException],
/openbmc/qemu/python/qemu/machine/
H A Dmachine.py199 exc_type: Optional[Type[BaseException]],
200 exc_val: Optional[BaseException],