Searched refs:CARET_RE (Results 1 – 1 of 1) sorted by relevance
34 CARET_RE = re.compile(r'^\s*\^\s*$') variable155 return bool(CARET_RE.match(line1) and CARET_RE.match(line2))