Searched refs:COMMENT_RE (Results 1 – 1 of 1) sorted by relevance
31 COMMENT_RE = re.compile(r"::.*?$", re.M) variable63 src = COMMENT_RE.sub("", path.read_text(encoding="utf-8", errors="ignore"))