Searched defs:configparser (Results 1 - 4 of 4) sorted by relevance

/external/llvm/utils/llvm-build/llvmbuild/
H A Dcomponentinfo.py7 import configparser namespace
9 import ConfigParser as configparser namespace
427 parser = configparser.RawConfigParser()
/external/python/cpython3/Lib/logging/
H A Dconfig.py65 import configparser namespace
67 if isinstance(fname, configparser.RawConfigParser):
70 cp = configparser.ConfigParser(defaults)
/external/python/cpython3/Lib/test/
H A Dtest_configparser.py2 import configparser namespace
42 dict_type = configparser._default_dict
44 default_section = configparser.DEFAULTSECT
45 interpolation = configparser._UNSET
138 with self.assertRaises(configparser.NoSectionError):
140 with self.assertRaises(configparser.NoOptionError):
149 with self.assertRaises(configparser.NoOptionError):
156 with self.assertRaises(configparser.NoOptionError):
162 with self.assertRaises(configparser.NoOptionError):
262 with self.assertRaises(configparser
[all...]
H A Dtest_logging.py27 import configparser namespace
1327 cp = configparser.ConfigParser()

Completed in 223 milliseconds