Home
last modified time | relevance | path

Searched defs:exc_info (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dsupport.py165 def __exit__(self, *exc_info):
H A Dtest_case.py92 def addError(self, test, exc_info): argument
/openbsd/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py41 def __init__(self, exc_info, bugnumber=None): argument
53 def __init__(self, exc_info, bugnumber=None): argument
/openbsd/gnu/llvm/llvm/utils/lit/lit/
H A DTestRunner.py436 def on_rm_error(func, path, exc_info): argument