Home
last modified time | relevance | path

Searched refs:exc_value (Results 1 – 11 of 11) sorted by relevance

/openbmc/openbmc-test-automation/lib/external_intf/
H A Dmanagement_console_utils.py14 def __init__(self, exc_value): argument
15 self.exc_value = exc_value
18 return repr(self.exc_value)
/openbmc/qemu/tests/functional/qemu_test/
H A Dports.py32 def __exit__(self, exc_type, exc_value, traceback):
31 __exit__(self, exc_type, exc_value, traceback) global() argument
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/
H A Dclient.py208 async def __aexit__(self, exc_type, exc_value, traceback): argument
269 def __exit__(self, exc_type, exc_value, traceback): argument
/openbmc/openbmc/poky/meta/lib/patchtest/
H A Dmbox.py25 def __exit__(self, exc_type, exc_value, exc_traceback): argument
/openbmc/qemu/tests/qemu-iotests/
H A Dtestrunner.py94 def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None:
154 def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None:
H A Dtestenv.py291 def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None:
/openbmc/openbmc/poky/meta/lib/oe/
H A Dqa.py53 def __exit__(self, exc_type, exc_value, traceback): argument
H A Dpatch.py711 if sys.exc_value.output.strip() == "No patches applied":
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dsqlite.py214 async def __aexit__(self, exc_type, exc_value, traceback): argument
H A Dsqlalchemy.py199 async def __aexit__(self, exc_type, exc_value, traceback): argument
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dqemurunner.py753 exc_type, exc_value, exc_traceback = sys.exc_info()
755 traceback.format_exception(exc_type, exc_value, exc_traceback))