Searched refs:_COMMENTS (Results 1 – 2 of 2) sorted by relevance
45 _COMMENTS = frozenset(['//', '#']) variable252 return "" if any(map(line.startswith, _COMMENTS)) else line
47 _COMMENTS = frozenset(['//', '#']) variable334 return "" if any(map(line.startswith, _COMMENTS)) else line