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

/pkg/src/modules/client/
H A Dimageconfig.py339 self.remove_property_value("property",
1440 def remove_property_value(self, *args, **kwargs): member in class:BlendedConfig
1441 return self.img_cfg.remove_property_value(*args, **kwargs)
H A Dimage.py1595 def remove_property_value(self, prop_name, prop_value): member in class:Image
1597 self.cfg.remove_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
1654 conf.remove_property_value, "first_section", "bool_basic",
1657 # Verify that add_property_value and remove_property_value
1664 conf.remove_property_value("first_section", "list_noneallowed",
1669 # Verify that remove_property_value will raise expected error
1672 conf.remove_property_value, "first_section",
1705 conf.remove_property_value, "first_section",
/pkg/src/modules/
H A Dconfig.py1312 def remove_property_value(self, section, name, value): member in class:Config
/pkg/src/
H A Dclient.py3923 img.remove_property_value(propname, propvalue)

Completed in 1269 milliseconds