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