Home
last modified time | relevance | path

Searched refs:classCleanup (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/commands/settings/quoting/
H A DTestQuoting.py15 def classCleanup(cls): member in SettingsCommandTestCase
/llvm-project-15.0.7/lldb/test/API/terminal/
H A DTestSTTYBeforeAndAfter.py19 def classCleanup(cls): member in TestSTTYBeforeAndAfter
/llvm-project-15.0.7/lldb/docs/testsuite/
H A Da-detailed-walkthrough.txt192 def classCleanup(cls):
207 checks whether the current class has an attribute named 'classCleanup', and
208 executes as a method if present. In this particular case, the classCleanup()
/llvm-project-15.0.7/lldb/test/API/functionalities/completion/
H A DTestCompletion.py21 def classCleanup(cls): member in CommandLineCompletionTestCase
/llvm-project-15.0.7/lldb/docs/resources/
H A Dtest.rst395 …enough, individual class can provide an extra cleanup hook with a class method named classCleanup ,
401 def classCleanup(cls):
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py574 cls.classCleanup()