Searched refs:_IGNORE_LINE_REGEX (Results 1 – 1 of 1) sorted by relevance
191 _IGNORE_LINE_REGEX = re.compile(f"({SOONG_TARGET_KEY})") variable in TemplateResource208 line for line in lines if not self._IGNORE_LINE_REGEX.search(line)