Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/lib/external_intf/
H A Dmanagement_console_utils.py16 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 Dclient.py174 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 Dtestrunner.py99 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 Dtestenv.py291 def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None:
/openbmc/openbmc/poky/meta/lib/oe/
H A Dqa.py52 def __exit__(self, exc_type, exc_value, traceback): argument
H A Dpatch.py709 if sys.exc_value.output.strip() == "No patches applied":
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dbase.py310 def __exit__(self, exc_type, exc_value, traceback): argument
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dsqlite.py197 async def __aexit__(self, exc_type, exc_value, traceback): argument
H A Dsqlalchemy.py199 async def __aexit__(self, exc_type, exc_value, traceback): argument