Home
last modified time | relevance | path

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

/third_party/mesa3d/bin/
H A Dmeson-cmd-extract.py45 def load_config(path: pathlib.Path) -> configparser.ConfigParser:
47 conf = configparser.ConfigParser()
53 def build_cmd(conf: configparser.ConfigParser) -> str:
/third_party/python/Lib/test/
H A Dtest_configparser.py571 "new ConfigParser should have no defined sections")
573 "new ConfigParser should have no acknowledged "
896 config_class = configparser.ConfigParser
984 """bpo-23835 fix for ConfigParser"""
994 config_class = configparser.ConfigParser
1021 class CustomConfigParser(configparser.ConfigParser):
1030 config_class = configparser.ConfigParser
1058 configparser.ConfigParser(interpolation=value)
1072 config_class = configparser.ConfigParser
1178 config_class = configparser.ConfigParser
[all...]
H A Dtest_logging.py1491 cp = configparser.ConfigParser()
/third_party/jerryscript/tools/
H A Dgen-magic-strings.py20 from configparser import ConfigParser namespace
22 from ConfigParser import ConfigParser namespace
58 ini_parser = ConfigParser()
/third_party/libinput/test/
H A Dtest_quirks_files.py48 quirks = configparser.ConfigParser(strict=True)
72 quirks = configparser.ConfigParser(strict=True)
/third_party/python/Lib/idlelib/
H A Dconfig.py14 value for each key is a ConfigParser instance that maps section and item
28 from configparser import ConfigParser namespace
39 class IdleConfParser(ConfigParser):
41 A ConfigParser specialised for idle configuration file handling
48 ConfigParser.__init__(self, defaults=cfgDefaults, strict=False)
/third_party/curl/tests/
H A Dsmbserver.py43 import ConfigParser as configparser
120 smb_config = configparser.ConfigParser()
/third_party/python/Lib/distutils/
H A Ddist.py382 from configparser import ConfigParser namespace
402 parser = ConfigParser()
417 # Make the ConfigParser forget everything (so we retain
/third_party/python/Lib/
H A Dconfigparser.py8 ConfigParser constructor as a dictionary.
12 ConfigParser -- responsible for parsing a list of
61 any sort of interpolation, whereas ConfigParser uses an instance of
156 "ConfigParser", "SafeConfigParser", "RawConfigParser",
170 """Base class for ConfigParser exceptions."""
378 """Interpolation as implemented in the classic ConfigParser.
524 """Deprecated interpolation used in old versions of ConfigParser.
571 """ConfigParser that does not do interpolation."""
1196 access and in ConfigParser.set().
1211 class ConfigParser(RawConfigParse class
[all...]
/third_party/python/Lib/logging/
H A Dconfig.py54 Read the logging configuration from a ConfigParser-format file.
73 cp = configparser.ConfigParser(defaults)

Completed in 16 milliseconds