Lines Matching refs:ConfigParser
8 ConfigParser constructor as a dictionary.
12 ConfigParser -- responsible for parsing a list of
61 any sort of interpolation, whereas ConfigParser uses an instance of
156 "ConfigParser", "SafeConfigParser", "RawConfigParser",
170 """Base class for ConfigParser exceptions."""
378 """Interpolation as implemented in the classic ConfigParser.
524 """Deprecated interpolation used in old versions of ConfigParser.
571 """ConfigParser that does not do interpolation."""
1196 access and in ConfigParser.set().
1211 class ConfigParser(RawConfigParser):
1212 """ConfigParser implementing interpolation."""
1243 class SafeConfigParser(ConfigParser):
1244 """ConfigParser alias for backwards compatibility purposes."""
1249 "The SafeConfigParser class has been renamed to ConfigParser "
1251 " Use ConfigParser directly instead.",