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