Lines Matching refs:ConfigParser
571 "new ConfigParser should have no defined sections")
573 "new ConfigParser should have no acknowledged "
896 config_class = configparser.ConfigParser
984 """bpo-23835 fix for ConfigParser"""
994 config_class = configparser.ConfigParser
1021 class CustomConfigParser(configparser.ConfigParser):
1030 config_class = configparser.ConfigParser
1058 configparser.ConfigParser(interpolation=value)
1072 config_class = configparser.ConfigParser
1178 config_class = configparser.ConfigParser
1353 config_class = configparser.ConfigParser
1416 cp = configparser.ConfigParser(allow_no_value=False)
1472 config_class = configparser.ConfigParser
1519 parser = configparser.ConfigParser()
1530 parser = configparser.ConfigParser()
1538 parser = configparser.ConfigParser()
1551 parser = configparser.ConfigParser()
1563 parser = configparser.ConfigParser()
1574 parser = configparser.ConfigParser()
1584 parser = configparser.ConfigParser()
1634 parser = configparser.ConfigParser()
1655 parser = configparser.ConfigParser()
1680 parser = configparser.ConfigParser()
1688 parser = configparser.ConfigParser()
1717 """Tests for issue #13760: ConfigParser exceptions are not picklable."""
1872 """Tests for issue #14590: ConfigParser doesn't strip inline comment when
1876 cfg = configparser.ConfigParser(inline_comment_prefixes=(';', '#',
1912 parser = configparser.ConfigParser()
1925 parser = configparser.ConfigParser(
1939 parser = configparser.ConfigParser()
1949 config = configparser.ConfigParser()
1955 config = configparser.ConfigParser()
1964 config_class = configparser.ConfigParser
2060 cfg = configparser.ConfigParser(converters={'len': len})
2066 class StrangeConfigParser(configparser.ConfigParser):
2121 cfg = configparser.ConfigParser()