Searched refs:exc_type (Results 1 – 6 of 6) sorted by relevance
/tools/asuite/atest/metrics/ |
D | metrics_utils.py | 78 exc_type, exc_msg, _ = sys.exc_info() 80 if exc_type: 81 logs = '{etype}: {value}'.format(etype=exc_type.__name__,
|
/tools/tradefederation/core/atest/metrics/ |
D | metrics_utils.py | 78 exc_type, exc_msg, _ = sys.exc_info() 80 if exc_type: 81 logs = '{etype}: {value}'.format(etype=exc_type.__name__,
|
/tools/tradefederation/core/atest/test_runners/ |
D | test_runner_base.py | 111 exc_type, exc_msg, traceback_obj = sys.exc_info() 128 raise exc_type, exc_msg, traceback_obj
|
/tools/acloud/internal/lib/ |
D | utils.py | 122 def __exit__(self, exc_type, exc_value, traceback): argument 144 if not exc_type and e.errno != errno.ENOENT: 147 if exc_type:
|
/tools/asuite/aidegen_functional_test/ |
D | aidegen_functional_test_main.py | 621 exc_type, _, _ = sys.exc_info() 626 use_case, exc_type))
|
/tools/asuite/aidegen/lib/ |
D | config.py | 86 def __exit__(self, exc_type, exc_val, exc_tb): argument
|