Searched refs:exc_value (Results 1 – 9 of 9) sorted by relevance
/openbmc/openbmc-test-automation/lib/external_intf/ |
H A D | management_console_utils.py | 16 def __init__(self, exc_value): argument 17 self.exc_value = exc_value 20 return repr(self.exc_value)
|
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/ |
H A D | client.py | 174 async def __aexit__(self, exc_type, exc_value, traceback): argument 236 def __exit__(self, exc_type, exc_value, traceback): argument 311 def __exit__(self, exc_type, exc_value, traceback): argument
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | testrunner.py | 99 def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None: 159 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 | 52 def __exit__(self, exc_type, exc_value, traceback): argument
|
H A D | patch.py | 709 if sys.exc_value.output.strip() == "No patches applied":
|
/openbmc/linux/tools/testing/selftests/hid/tests/ |
H A D | base.py | 310 def __exit__(self, exc_type, exc_value, traceback): argument
|
/openbmc/openbmc/poky/bitbake/lib/hashserv/ |
H A D | sqlite.py | 197 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
|