Home
last modified time | relevance | path

Searched refs:configparser (Results 1 – 25 of 56) sorted by relevance

123

/external/python/cpython3/Lib/test/
Dtest_configparser.py2 import configparser
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.NoSectionError) as cm:
[all …]
Dpstats.pck11 …ts>(���i���i���g�h㈵��>g�h㈵��>{(���u*���/home/gbr/devel/python/Lib/configparser.pyiq��u���Raw…
27 …ss__>(���i���i���g���ư>g���ư>0(���u*���/home/gbr/devel/python/Lib/configparser.pyi����u���Dup…
85configparser.pyi����u���Error(���i���i���g�h㈵��>g�h㈵��>{(���u���~i����u!���<built-in method …
115 …���i���i���ghUMu�>gm7�7M�?0(���u*���/home/gbr/devel/python/Lib/configparser.pyi���u���__i…
/external/yapf/yapf/yapflib/
Dpy3compat.py42 import configparser
46 CONFIGPARSER_BOOLEAN_STATES = configparser.ConfigParser.BOOLEAN_STATES
67 import ConfigParser as configparser namespace
68 …CONFIGPARSER_BOOLEAN_STATES = configparser.ConfigParser._boolean_states # pylint: disable=protect…
114 class ConfigParser(configparser.ConfigParser):
/external/mesa3d/bin/
Dmeson-cmd-extract.py30 import configparser
45 def load_config(path: pathlib.Path) -> configparser.ConfigParser:
47 conf = configparser.ConfigParser()
53 def build_cmd(conf: configparser.ConfigParser) -> str:
/external/u-boot/tools/buildman/
Dbsettings.py4 import configparser
18 settings = configparser.SafeConfigParser()
44 except configparser.NoSectionError as e:
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
Dutil.py29 from configparser import SafeConfigParser
31 import configparser as _config_parser
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
Dutil.py29 from configparser import SafeConfigParser
31 import configparser as _config_parser
/external/python/cpython3/Doc/library/
Dconfigparser.rst1 :mod:`configparser` --- Configuration file parser
4 .. module:: configparser
14 **Source code:** :source:`Lib/configparser.py`
47 import configparser
73 :mod:`configparser` classes can read and write such files. Let's start by
78 >>> import configparser
79 >>> config = configparser.ConfigParser()
103 >>> config = configparser.ConfigParser()
381 custom objects as if they were dictionaries. In case of :mod:`configparser`,
391 :mod:`configparser` objects behave as close to actual dictionaries as possible.
[all …]
Dfileformats.rst14 configparser.rst
/external/python/setuptools/setuptools/command/
Dsetopt.py7 from setuptools.extern.six.moves import configparser
42 opts = configparser.RawConfigParser()
/external/oss-fuzz/projects/unbound/
Dbuild.sh42 outbound_list.o alloc.o config_file.o configlexer.o configparser.o \
62 outbound_list.o alloc.o config_file.o configlexer.o configparser.o \
82 outbound_list.o alloc.o config_file.o configlexer.o configparser.o \
102 outbound_list.o alloc.o config_file.o configlexer.o configparser.o \
122 outbound_list.o alloc.o config_file.o configlexer.o configparser.o \
/external/curl/tests/
Dsmbserver.py32 import configparser
34 import ConfigParser as configparser namespace
64 smb_config = configparser.ConfigParser()
/external/python/cpython2/Doc/library/
Dfileformats.rst15 configparser.rst
/external/python/asn1crypto/requires/
Dlint3 configparser == 3.5.0 ; python_version == '2.7'
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/xunit-output/
Ddummy_format.py5 import configparser as ConfigParser
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/test-data/
Ddummy_format.py5 import configparser as ConfigParser
/external/llvm/utils/llvm-build/llvmbuild/
Dcomponentinfo.py7 import configparser
9 import ConfigParser as configparser namespace
427 parser = configparser.RawConfigParser()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/llvm-build/llvmbuild/
Dcomponentinfo.py7 import configparser
9 import ConfigParser as configparser namespace
427 parser = configparser.RawConfigParser()
/external/python/setuptools/setuptools/
Dpy36compat.py16 from configparser import ConfigParser
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/test-data-micro/
Ddummy_format.py5 import configparser as ConfigParser
/external/llvm/utils/lit/tests/Inputs/test-data/
Dlit.cfg5 import configparser as ConfigParser
/external/python/cpython3/Lib/distutils/
Dconfig.py7 from configparser import RawConfigParser
/external/u-boot/test/py/
Dconftest.py16 import configparser
169 parser = configparser.RawConfigParser()
/external/python/cpython3/Misc/NEWS.d/
D3.6.0rc1.rst83 Reading a corrupt config file left configparser in an invalid state.
/external/python/cpython3/Doc/tools/
Dsusp-ignored.csv112 library/configparser,,:home,my_dir: ${Common:home_dir}/twosheds
113 library/configparser,,:option,${section:option}
114 library/configparser,,:path,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
115 library/configparser,,:Python,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
116 library/configparser,,:system,path: ${Common:system_dir}/Library/Frameworks/

123