Home
last modified time | relevance | path

Searched refs:exc_type (Results 1 – 17 of 17) sorted by relevance

/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py1879 exc_type, exc_obj, exc_tb = sys.exc_info()
1881 …rror: {err}, Details: {etype}, {fname}, {lineno}\n".format(err=e, etype=exc_type, fname=fname, lin…
1894 exc_type, exc_obj, exc_tb = sys.exc_info()
1896 …rror: {err}, Details: {etype}, {fname}, {lineno}\n".format(err=e, etype=exc_type, fname=fname, lin…
1921 exc_type, exc_obj, exc_tb = sys.exc_info()
1923 …rror: {err}, Details: {etype}, {fname}, {lineno}\n".format(err=e, etype=exc_type, fname=fname, lin…
1955 exc_type, exc_obj, exc_tb = sys.exc_info()
1957 …rror: {err}, Details: {etype}, {fname}, {lineno}\n".format(err=e, etype=exc_type, fname=fname, lin…
1968 exc_type, exc_obj, exc_tb = sys.exc_info()
1970 …rror: {err}, Details: {etype}, {fname}, {lineno}\n".format(err=e, etype=exc_type, fname=fname, lin…
[all …]
/openbmc/qemu/scripts/
H A Dsimpletrace.py217 def __exit__(self, exc_type, exc_val, exc_tb): argument
218 if exc_type is None:
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/
H A Dclient.py203 async def __aexit__(self, exc_type, exc_value, traceback): argument
264 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/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/
H A D0002-pykickstart-parser.py-add-lock-for-readKickstart-and.patch49 + def __exit__(self, exc_type, exc_val, exc_tb):
/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.py294 def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None:
H A Diotests.py733 def __exit__(self, exc_type, value, traceback): argument
775 def __exit__(self, exc_type, exc_val, exc_tb): argument
/openbmc/openbmc/poky/meta/lib/oe/
H A Dnpm_registry.py123 def __exit__(self, exc_type, exc_val, exc_tb): argument
H A Dqa.py53 def __exit__(self, exc_type, exc_value, traceback): argument
/openbmc/qemu/python/qemu/qmp/
H A Dlegacy.py117 exc_type: Optional[Type[BaseException]],
/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
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dqemurunner.py750 exc_type, exc_value, exc_traceback = sys.exc_info()
752 traceback.format_exception(exc_type, exc_value, exc_traceback))
/openbmc/qemu/python/qemu/machine/
H A Dmachine.py199 exc_type: Optional[Type[BaseException]],
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py43 def __exit__(self, exc_type, exc_val, exc_tb): argument