HomeSort by relevance Sort by last modified time
    Searched refs:except_type (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/cros/cellular/
test_environment.py 129 except_type, except_value, except_traceback = sys.exc_info()
130 lines = traceback.format_exception(except_type, except_value,
  /external/autotest/site_utils/
test_push.py 507 except_type, except_value, tb = sys.exc_info()
508 queue.put((except_type, except_value, traceback.extract_tb(tb)))

Completed in 51 milliseconds