Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/commands/settings/quoting/
H A DTestQuoting.py15 def classCleanup(cls): member in SettingsCommandTestCase
/llvm-project/lldb/test/API/terminal/
H A DTestSTTYBeforeAndAfter.py15 def classCleanup(cls): member in TestSTTYBeforeAndAfter
/llvm-project/lldb/docs/testsuite/
H A Da-detailed-walkthrough.txt191 def classCleanup(cls):
206 checks whether the current class has an attribute named 'classCleanup', and
207 executes as a method if present. In this particular case, the classCleanup()
/llvm-project/lldb/test/API/functionalities/completion/
H A DTestCompletion.py19 def classCleanup(cls): member in CommandLineCompletionTestCase
/llvm-project/lldb/docs/resources/
H A Dtest.rst395 If this default cleanup is not enough, individual class can provide an extra cleanup hook with a class method named classCleanup ,
401 def classCleanup(cls):
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py601 if getattr(cls, "classCleanup", None):
609 cls.classCleanup()
1842 classmethod classCleanup(cls) to perform special class cleanup action.