Lines Matching defs:comment_prefix
264 comment_prefix,
277 self.comment_prefix = comment_prefix
278 if self.comment_prefix is None:
280 self.comment_prefix = "#"
282 self.comment_prefix = "//"
284 self.comment_prefix = ";"
285 self.autogenerated_note_prefix = self.comment_prefix + " " + UTC_ADVERT
289 self.comment_prefix + self.comment_prefix + " " + UNUSED_NOTE
328 comment=self.comment_prefix,
337 test_patterns, parser, script_name, comment_prefix=None, argparse_callback=None
388 comment_prefix,