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.py883 config_class = configparser.RawConfigParser variable in StrictTestCase
888 config_class = configparser.ConfigParser variable in ConfigParserTestCase
986 config_class = configparser.ConfigParser variable in ConfigParserTestCaseNoInterpolation
1022 config_class = configparser.ConfigParser variable in ConfigParserTestCaseLegacyInterpolation
1054 config_class = configparser.ConfigParser variable in MultilineValuesTestCase
1083 config_class = configparser.RawConfigParser variable in RawConfigParserTestCase
1140 config_class = configparser.RawConfigParser variable in RawConfigParserTestSambaConf
1160 config_class = configparser.ConfigParser variable in ConfigParserTestCaseExtendedInterpolation
1335 config_class = configparser.ConfigParser variable in ConfigParserTestCaseTrickyFile
1388 def prepare(self, config_class): argument
[all …]