Searched refs:is_comment (Results 1 – 3 of 3) sorted by relevance
38 my $is_comment = 0;44 if (!$is_comment) {47 $is_comment = 1 if ($ln =~ s,/\*.*,,);50 $is_comment = 0;
1826 def is_comment(self): member in Item