Home | History | Annotate | Download | only in library

Lines Matching full:comment_prefixes

554 * *comment_prefixes*, default value: ``('#', ';')``
559 a config file. *comment_prefixes* are used only on otherwise empty lines
567 ``comment_prefixes=('#',';')`` and ``inline_comment_prefixes=(';',)``.
885 .. class:: ConfigParser(defaults=None, dict_type=collections.OrderedDict, allow_no_value=False, delimiters=('=', ':'), comment_prefixes=('#', ';'), inline_comment_prefixes=None, strict=True, empty_lines_in_values=True, default_section=configparser.DEFAULTSECT, interpolation=BasicInterpolation(), converters={})
893 divide keys from values. When *comment_prefixes* is given, it will be used
935 *allow_no_value*, *delimiters*, *comment_prefixes*, *strict*,
1200 comment_prefixes=('#', ';'), \