Home
last modified time | relevance | path

Searched refs:RawConfigParser (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/distutils/
H A Dconfig.py7 from configparser import RawConfigParser namespace
56 config = RawConfigParser()
/third_party/python/Lib/test/
H A Dtest_configparser.py891 config_class = configparser.RawConfigParser
1101 config_class = configparser.RawConfigParser
1142 """bpo-23835 legacy behavior for RawConfigParser"""
1158 config_class = configparser.RawConfigParser
1422 output = self.prepare(configparser.RawConfigParser)
1450 config_class = configparser.RawConfigParser
/third_party/python/Lib/
H A Dconfigparser.py60 pre-processing when using getters. RawConfigParser objects don't do
156 "ConfigParser", "SafeConfigParser", "RawConfigParser",
570 class RawConfigParser(MutableMapping): class
1211 class ConfigParser(RawConfigParser):
1217 """Set an option. Extends RawConfigParser.set by validating type and
1224 RawConfigParser.add_section by validating if the section name is
/third_party/python/Lib/logging/
H A Dconfig.py69 if isinstance(fname, configparser.RawConfigParser):

Completed in 8 milliseconds