Searched refs:is_commented_line (Results 1 – 3 of 3) sorted by relevance
48 if not hdf_utils.is_commented_line(self.lines[index], '#'):
55 if not hdf_utils.is_commented_line(self.lines[index], '#'):
337 def is_commented_line(line, comment_start): function