Searched refs:exc_tb (Results 1 – 8 of 8) sorted by relevance
/openbmc/openbmc-tools/openbmctool/ |
H A D | openbmctool.py | 1879 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 D | 0002-pykickstart-parser.py-add-lock-for-readKickstart-and.patch | 49 + def __exit__(self, exc_type, exc_val, exc_tb):
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | npm_registry.py | 123 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | legacy.py | 119 exc_tb: Optional[TracebackType]) -> None:
|
/openbmc/qemu/scripts/ |
H A D | simpletrace.py | 217 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/openbmc/qemu/python/qemu/machine/ |
H A D | machine.py | 201 exc_tb: Optional[TracebackType]) -> None:
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | iotests.py | 775 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | fetch.py | 43 def __exit__(self, exc_type, exc_val, exc_tb): argument
|