Home | History | Annotate | Download | only in Lib

Lines Matching full:comment_prefixes

18              delimiters=('=', ':'), comment_prefixes=('#', ';'),
33 When `comment_prefixes' is given, it will be used as the set of
602 comment_prefixes=('#', ';'), inline_comment_prefixes=None,
627 self._comment_prefixes = tuple(comment_prefixes or ())