Searched refs:add_property_value (Results 1 - 5 of 5) sorted by relevance

/pkg/src/modules/client/
H A Dimageconfig.py331 self.add_property_value("property",
1437 def add_property_value(self, *args, **kwargs): member in class:BlendedConfig
1438 return self.img_cfg.add_property_value(*args, **kwargs)
1578 self.add_property_value("property",
H A Dimage.py1589 def add_property_value(self, prop_name, prop_value): member in class:Image
1591 self.cfg.add_property_value("property", prop_name,
/pkg/src/tests/api/
H A Dt_config.py1558 set_properties, add_property_value, remove_property_value,
1648 # Verify that add_property_value and remove_property_value
1651 conf.add_property_value, "first_section", "bool_basic",
1657 # Verify that add_property_value and remove_property_value
1659 conf.add_property_value("first_section", "list_noneallowed",
1683 # Verify that add_property_value will automatically create
1685 conf.add_property_value("first_section", "list_noneallowed",
1690 # Verify that add_property_value will reject invalid values
1693 conf.add_property_value, "first_section",
/pkg/src/modules/
H A Dconfig.py1206 def add_property_value(self, section, name, value): member in class:Config
/pkg/src/
H A Dclient.py3901 img.add_property_value(propname, propvalue)

Completed in 67 milliseconds