Home
last modified time | relevance | path

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

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