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
1062 config_class = configparser.ConfigParser variable in MultilineValuesTestCase
1091 config_class = configparser.RawConfigParser variable in RawConfigParserTestCase
1148 config_class = configparser.RawConfigParser variable in RawConfigParserTestSambaConf
1168 config_class = configparser.ConfigParser variable in ConfigParserTestCaseExtendedInterpolation
1343 config_class = configparser.ConfigParser variable in ConfigParserTestCaseTrickyFile
1396 def prepare(self, config_class): argument
[all …]