CPEComponent2_3_edpacked class¶
-
class
cpe.comp.cpecomp2_3_uri_edpacked.CPEComponent2_3_URI_edpacked(comp_str)¶ Represents a packd edition component of version 2.3 of CPE specification with URI style.
-
__init__(comp_str)¶ Store the value of component.
Parameters: comp_str (string) – value of component value Returns: None Exception: ValueError - incorrect value of component
-
set_value(comp_str)¶ Set the value of component.
Parameters: comp_str (string) – value of component Returns: None Exception: ValueError - incorrect value of component
-