Home
last modified time | relevance | path

Searched refs:add_section (Results 1 – 25 of 27) sorted by relevance

12

/external/python/cpython2/Lib/test/
Dtest_cfgparser.py125 cf.add_section("A")
126 cf.add_section("a")
197 cf.add_section("foo")
236 cf.add_section("Foo")
238 cf.add_section, "Foo")
399 cf.add_section('non-string')
430 cf.add_section(s)
473 cf.add_section('non-string')
526 self.assertRaises(ValueError, cf.add_section, "default")
530 self.assertRaises(ValueError, cf.add_section, "DEFAULT")
[all …]
/external/curl/tests/
Dsmbserver.py62 smb_config.add_section("global")
70 smb_config.add_section("SERVER")
78 smb_config.add_section("TESTS")
/external/python/cpython3/Lib/test/
Dtest_configparser.py433 cf.add_section("A")
434 cf.add_section("a")
435 cf.add_section("B")
573 cf.add_section("foo")
613 cf.add_section("Foo")
615 cf.add_section("Foo")
964 self.assertRaises(TypeError, cf.add_section, 123)
968 self.assertRaises(ValueError, cf.add_section, self.default_section)
1058 cf.add_section(s)
1101 cf.add_section('non-string')
[all …]
/external/autotest/client/common_lib/
Dglobal_config.py164 cfgparser.add_section(section)
285 self.config.add_section(section)
Dsoftware_manager.py442 self.cfgparser.add_section(section_name)
/external/yapf/yapf/yapflib/
Dstyle.py509 config.add_section('style')
521 config.add_section('style')
/external/python/setuptools/setuptools/command/
Dsetopt.py51 opts.add_section(section)
/external/autotest/client/common_lib/cros/
Davahi_utils.py48 conf.add_section(section)
/external/autotest/frontend/afe/
Dmoblab_rpc_interface.py161 existing_shadow.add_section(section)
191 new_shadow.add_section(section)
441 boto_config.add_section('Credentials')
/external/autotest/client/bin/
Dtest_config.py89 self.parser.add_section(section)
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_config.py105 parser.add_section('Foo')
529 conf.defaultCfg['extensions'].add_section('Foobar')
530 conf.defaultCfg['extensions'].add_section('Foobar_cfgBindings')
/external/python/cpython3/Lib/
Dconfigparser.py648 def add_section(self, section): member in RawConfigParser
741 self.add_section(section)
1200 def add_section(self, section): member in ConfigParser
1205 super().add_section(section)
/external/u-boot/tools/patman/
Dsettings.py97 self.add_section(project_settings)
/external/python/cpython2/Lib/idlelib/
DconfigHandler.py81 self.add_section(section)
116 self.add_section(section)
DconfigDialog.py1135 idleConf.userCfg['keys'].add_section(keySetName)
1147 idleConf.userCfg['highlight'].add_section(themeName)
/external/python/cpython2/Doc/library/
Dconfigparser.rst167 Exception raised if :meth:`add_section` is called with the name of a section
247 .. method:: RawConfigParser.add_section(section)
453 config.add_section('Section1')
521 config.add_section(section2)
/external/sonivox/jet_tools/JetCreator/
DJetFile.py662 config.add_section(OUTPUT_SECTION)
675 config.add_section(segment_name)
716 config.add_section(LIBRARY_SECTION)
DJetUtils.py244 config.add_section(section)
307 config.add_section(JetDefs.RECENT_SECTION)
/external/clang/tools/scan-view/share/
DScanView.py129 self.config.add_section('ScanView')
131 self.config.add_section(r.getName())
/external/python/cpython3/Lib/idlelib/
Dconfig.py98 self.add_section(section)
114 self.add_section(section)
Dconfigdialog.py1273 idleConf.userCfg['highlight'].add_section(theme_name)
1719 idleConf.userCfg['keys'].add_section(keyset_name)
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObjcopyOpts.td46 defm add_section : Eq<"add-section">,
/external/autotest/tko/parsers/test/
Dscenario_base.py351 config.add_section(TEST)
/external/python/cpython3/Doc/library/
Dconfigparser.rst781 config.add_section('Section1')
937 .. method:: add_section(section)
1192 names, and values via its unsafe ``add_section`` and ``set`` methods,
1201 .. method:: add_section(section)
1241 Exception raised if :meth:`add_section` is called with the name of a section
/external/python/cpython2/Lib/
DConfigParser.py253 def add_section(self, section): member in RawConfigParser

12