Home
last modified time | relevance | path

Searched defs:config_class (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/test/
Dtest_configparser.py891 config_class = configparser.RawConfigParser variable in StrictTestCase
896 config_class = configparser.ConfigParser variable in ConfigParserTestCase
994 config_class = configparser.ConfigParser variable in ConfigParserTestCaseNoInterpolation
1030 config_class = configparser.ConfigParser variable in ConfigParserTestCaseLegacyInterpolation
1072 config_class = configparser.ConfigParser variable in MultilineValuesTestCase
1101 config_class = configparser.RawConfigParser variable in RawConfigParserTestCase
1158 config_class = configparser.RawConfigParser variable in RawConfigParserTestSambaConf
1178 config_class = configparser.ConfigParser variable in ConfigParserTestCaseExtendedInterpolation
1353 config_class = configparser.ConfigParser variable in ConfigParserTestCaseTrickyFile
1406 def prepare(self, config_class): argument
[all …]