Searched refs:comment_re (Results 1 – 1 of 1) sorted by relevance
10 comment_re = re.compile('\/\*((?!\*\/).)*?\*\/', re.DOTALL | re.MULTILINE) variable12 return comment_re.sub('', content)