Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/
H A Dsuite.py132 currentClass._classSetupFailed = False
145 currentClass._classSetupFailed = True
H A Dcase.py228 _classSetupFailed = False variable in TestCase