Searched refs:BEGIN_CASE_REGEX (Results 1 – 1 of 1) sorted by relevance
177 BEGIN_CASE_REGEX = r'/\*\s*BEGIN_CASE\s*(?P<depends_on>.*?)\s*\*/' variable442 match = re.search(BEGIN_CASE_REGEX, line)612 elif re.search(BEGIN_CASE_REGEX, line):