Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dtest_result.py31 __singleton__ = None variable in LLDBTestResult
62 if not LLDBTestResult.__ignore_singleton__ and LLDBTestResult.__singleton__:
65 LLDBTestResult.__singleton__ = self