Searched refs:_COMMENTS_RE (Results 1 – 3 of 3) sorted by relevance
56 _COMMENTS_RE = re.compile(r'^\s*//') variable83 return ''.join('\n' if _COMMENTS_RE.match(x) else x for x in
43 _COMMENTS_RE = re.compile(r'(?m)[\s\t]*(#|//).*|(\".*?\")') variable254 return re.sub(_COMMENTS_RE, _replace, json_file.read())
44 _COMMENTS_RE = re.compile(r'(?m)[\s\t]*(#|//).*|(\".*?\")') variable254 return re.sub(_COMMENTS_RE, _replace, json_file.read())