Searched refs:skip_commented_lines (Results 1 – 1 of 1) sorted by relevance
14 def __init__(self, pattern, skip_commented_lines=True, strip_lines=True): argument17 C = '#' if skip_commented_lines else 'blahblahblah'