Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_configparser.py860 config_class = configparser.RawConfigParser variable in StrictTestCase
865 config_class = configparser.ConfigParser variable in ConfigParserTestCase
955 config_class = configparser.ConfigParser variable in ConfigParserTestCaseNoInterpolation
991 config_class = configparser.ConfigParser variable in ConfigParserTestCaseLegacyInterpolation
1023 config_class = configparser.ConfigParser variable in MultilineValuesTestCase
1052 config_class = configparser.RawConfigParser variable in RawConfigParserTestCase
1101 config_class = configparser.RawConfigParser variable in RawConfigParserTestSambaConf
1121 config_class = configparser.ConfigParser variable in ConfigParserTestCaseExtendedInterpolation
1296 config_class = configparser.ConfigParser variable in ConfigParserTestCaseTrickyFile
1349 def prepare(self, config_class): argument
[all …]
/external/python/cpython2/Lib/test/
Dtest_cfgparser.py363 config_class = ConfigParser.ConfigParser variable in ConfigParserTestCase
421 config_class = ConfigParser.ConfigParser variable in MultilineValuesTestCase
449 config_class = ConfigParser.RawConfigParser variable in RawConfigParserTestCase
484 config_class = ConfigParser.SafeConfigParser variable in SafeConfigParserTestCase
568 def prepare(self, config_class): argument