Searched refs:add_section (Results 1 - 3 of 3) sorted by relevance

/pkg/src/tests/api/
H A Dt_config.py1340 """Verify that add_section, get_section, get_sections, and
1364 conf.add_section(s1)
1365 self.assertRaises(AssertionError, conf.add_section, s1)
1374 conf.add_section(s2)
1381 conf.add_section(s3)
2047 """Verify that add_section and set_property works as expected.
2075 # Verify that SMFConfig's add_section passes through the
2083 conf.add_section, section)
/pkg/src/modules/
H A Dconfig.py1106 self.add_section(secobj)
1123 # used during __init__, add_section, reset, set_property, and write.
1200 self.add_section(secobj)
1235 def add_section(self, section): member in class:Config
1612 cp.add_section(section.name)
1618 cp.add_section("CONFIGURATION")
/pkg/src/modules/client/
H A Dimageconfig.py464 self.add_section(s)

Completed in 24 milliseconds