Home
last modified time | relevance | path

Searched refs:configparser (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_configparser.py2 import configparser namespace
43 dict_type = configparser._default_dict
45 default_section = configparser.DEFAULTSECT
46 interpolation = configparser._UNSET
141 with self.assertRaises(configparser.NoSectionError):
143 with self.assertRaises(configparser.NoOptionError):
152 with self.assertRaises(configparser.NoOptionError):
159 with self.assertRaises(configparser.NoOptionError):
165 with self.assertRaises(configparser.NoOptionError):
265 with self.assertRaises(configparser
[all...]
H A Dtest_logging.py27 import configparser namespace
1491 cp = configparser.ConfigParser()
/third_party/mesa3d/bin/
H A Dmeson-cmd-extract.py30 import configparser namespace
45 def load_config(path: pathlib.Path) -> configparser.ConfigParser:
47 conf = configparser.ConfigParser()
53 def build_cmd(conf: configparser.ConfigParser) -> str:
/third_party/libinput/test/
H A Dtest_quirks_files.py9 import configparser namespace
48 quirks = configparser.ConfigParser(strict=True)
72 quirks = configparser.ConfigParser(strict=True)
/third_party/curl/tests/
H A Dsmbserver.py41 import configparser namespace
43 import ConfigParser as configparser namespace
120 smb_config = configparser.ConfigParser()
/third_party/python/Lib/logging/
H A Dconfig.py61 import configparser namespace
69 if isinstance(fname, configparser.RawConfigParser):
73 cp = configparser.ConfigParser(defaults)
79 except configparser.ParsingError as e:
/third_party/python/Lib/distutils/
H A Dconfig.py7 from configparser import RawConfigParser
H A Ddist.py382 from configparser import ConfigParser
/third_party/jerryscript/tools/
H A Dgen-magic-strings.py20 from configparser import ConfigParser
/third_party/python/Lib/idlelib/
H A Dconfig.py28 from configparser import ConfigParser

Completed in 20 milliseconds