Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/source-manager/
H A DTestSourceManager.py49 def do_display_source_python_api(self, use_color, needle_regex, highlight_source=False): member in SourceManagerTestCase
106 self.do_display_source_python_api(use_color, r"\s+\^")
114 self.do_display_source_python_api(use_color, underline_regex)
125 self.do_display_source_python_api(use_color, color_regex, syntax_highlighting)
129 self.do_display_source_python_api(use_color, color_regex, syntax_highlighting)
132 self.do_display_source_python_api(use_color, r" main\(", syntax_highlighting)
133 self.do_display_source_python_api(use_color, r"\);", syntax_highlighting)