Searched refs:has_section (Results 1 – 8 of 8) sorted by relevance
48 BOOST_CHECK(s.has_section("Section1")); in BOOST_AUTO_TEST_CASE()49 BOOST_CHECK(s.has_section("Section2")); in BOOST_AUTO_TEST_CASE()50 BOOST_CHECK(!s.has_section("Section3")); in BOOST_AUTO_TEST_CASE()84 BOOST_CHECK(s.has_section("Section1")); in BOOST_AUTO_TEST_CASE()85 BOOST_CHECK(s.has_section("Section1.Subsection2")); in BOOST_AUTO_TEST_CASE()86 BOOST_CHECK(!s.has_section("Subsection2")); in BOOST_AUTO_TEST_CASE()128 BOOST_CHECK(s.has_section("Section1")); in BOOST_AUTO_TEST_CASE()129 BOOST_CHECK(s.has_section("Section2")); in BOOST_AUTO_TEST_CASE()130 BOOST_CHECK(!s.has_section("Section3")); in BOOST_AUTO_TEST_CASE()
69 if self.has_section(section):96 if not self.has_section(section):106 if self.has_section(section):112 if not self.has_section(section):280 cfg = ('default' if self.defaultCfg['highlight'].has_section(theme)399 if source[cfgname].has_section(name):481 if self.defaultCfg['extensions'].has_section(keysName):498 if self.defaultCfg['extensions'].has_section(keysName):517 if self.defaultCfg['extensions'].has_section(bindsName):662 if not (self.userCfg['keys'].has_section(keySetName) or[all …]
413 if not config.has_section('yapf'):417 if not config.has_section('style'):421 if not config.has_section('style'):440 section = 'yapf' if config.has_section('yapf') else 'style'
59 if config.has_section('yapf'):
663 def has_section(self, section): member in RawConfigParser963 if key != self.default_section and not self.has_section(key):983 if not self.has_section(key):988 return key == self.default_section or self.has_section(key)
495 bool has_section(string_type const& section_name) const in has_section() function in boost::basic_settings_section
572 self.assertFalse(cf.has_section("Foo"),
992 .. method:: has_section(section)