Searched refs:exc_value (Results 1 – 11 of 11) sorted by relevance
| /openbmc/openbmc-test-automation/lib/external_intf/ |
| H A D | management_console_utils.py | 14 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 D | ports.py | 32 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 D | client.py | 208 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 D | mbox.py | 25 def __exit__(self, exc_type, exc_value, exc_traceback): argument
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | testrunner.py | 94 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 D | testenv.py | 291 def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None:
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | qa.py | 53 def __exit__(self, exc_type, exc_value, traceback): argument
|
| H A D | patch.py | 711 if sys.exc_value.output.strip() == "No patches applied":
|
| /openbmc/openbmc/poky/bitbake/lib/hashserv/ |
| H A D | sqlite.py | 214 async def __aexit__(self, exc_type, exc_value, traceback): argument
|
| H A D | sqlalchemy.py | 199 async def __aexit__(self, exc_type, exc_value, traceback): argument
|
| /openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
| H A D | qemurunner.py | 753 exc_type, exc_value, exc_traceback = sys.exc_info() 755 traceback.format_exception(exc_type, exc_value, exc_traceback))
|