Searched refs:add_property_value (Results 1 - 5 of 5) sorted by relevance
/pkg/src/modules/client/ |
H A D | imageconfig.py | 331 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 D | image.py | 1589 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 D | t_config.py | 1558 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 D | config.py | 1206 def add_property_value(self, section, name, value): member in class:Config
|
/pkg/src/ |
H A D | client.py | 3901 img.add_property_value(propname, propvalue)
|
Completed in 67 milliseconds