Home
last modified time | relevance | path

Searched refs:exc_tb (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py1879 exc_type, exc_obj, exc_tb = sys.exc_info()
1880 fname = os.path.split(exc_tb.tb_frame.f_code.co_filename)[1]
1881 …: {etype}, {fname}, {lineno}\n".format(err=e, etype=exc_type, fname=fname, lineno=exc_tb.tb_lineno)
1894 exc_type, exc_obj, exc_tb = sys.exc_info()
1895 fname = os.path.split(exc_tb.tb_frame.f_code.co_filename)[1]
1896 …: {etype}, {fname}, {lineno}\n".format(err=e, etype=exc_type, fname=fname, lineno=exc_tb.tb_lineno)
1921 exc_type, exc_obj, exc_tb = sys.exc_info()
1922 fname = os.path.split(exc_tb.tb_frame.f_code.co_filename)[1]
1923 …: {etype}, {fname}, {lineno}\n".format(err=e, etype=exc_type, fname=fname, lineno=exc_tb.tb_lineno)
1955 exc_type, exc_obj, exc_tb = sys.exc_info()
[all …]
/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/openbmc/poky/meta/lib/oe/
H A Dnpm_registry.py123 def __exit__(self, exc_type, exc_val, exc_tb): argument
/openbmc/qemu/python/qemu/qmp/
H A Dlegacy.py119 exc_tb: Optional[TracebackType]) -> None:
/openbmc/qemu/scripts/
H A Dsimpletrace.py217 def __exit__(self, exc_type, exc_val, exc_tb): argument
/openbmc/qemu/python/qemu/machine/
H A Dmachine.py201 exc_tb: Optional[TracebackType]) -> None:
/openbmc/qemu/tests/qemu-iotests/
H A Diotests.py775 def __exit__(self, exc_type, exc_val, exc_tb): argument
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py43 def __exit__(self, exc_type, exc_val, exc_tb): argument