Home
last modified time | relevance | path

Searched refs:exc_value (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py138 def __exit__(self, exc_type, exc_value, tb): argument
149 self.exception = exc_value # store for later retrieval
156 if not expected_regexp.search(str(exc_value)):
159 (expected_regexp.pattern, str(exc_value)))
1073 except expected_exception as exc_value:
1076 if not expected_regexp.search(str(exc_value)):
1079 (expected_regexp.pattern, str(exc_value)))
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py590 exc_type, exc_value, exc_tb = sys.exc_info()
591 traceback.print_exception(exc_type, exc_value, exc_tb)