Searched defs:is_comment (Results 1 – 7 of 7) sorted by relevance
51 def is_comment(line): function
61 def is_comment(line): function
170 def is_comment(self): member in Prop
271 def is_comment(self): member in FormatToken
233 def is_comment(self): member in LogicalLine
79 def is_comment(line): function
186 static int is_comment(char c) { return c == '#'; } in is_comment() function