Lines Matching +full:initializer +full:- +full:overrides
12 ConfigParser -- responsible for parsing a list of
39 substrings that prefix comments in non-empty lines.
60 pre-processing when using getters. RawConfigParser objects don't do
85 name. A single filename is also allowed. Non-existing files
108 contents override any pre-existing defaults. If `option` is a key in
256 """Base class for interpolation-related exceptions."""
342 """Raised when a key-value pair is found before any section header."""
542 depth -= 1
722 """Like read() but the argument must be a file-like object.
853 `vars` argument, which must be a dictionary whose contents overrides
854 any pre-existing defaults.
922 """Write an .ini-format representation of the configuration state.
1039 inline_prefixes = {p: -1 for p in self._inline_comment_prefixes}
1044 if index == -1:
1047 if index == 0 or (index > 0 and line[index-1].isspace()):
1124 # a non-fatal parsing error occurred. set up the
1147 """Read the defaults passed in the initializer.
1148 Note: values can be non-string."""
1186 """Raises a TypeError for non-string values.
1188 The only legal non-string value if we allow valueless
1191 - we do not allow valueless options, or
1192 - we allow valueless options but the value is not None
1230 """Reads the defaults passed in the initializer, implicitly converting
1302 # The parser object of the proxy is read-only.
1307 # The name of the section on a proxy is read-only.