CPEComponentEmpty class

class cpe.comp.cpecomp_empty.CPEComponentEmpty

Represents an empty component of CPE name, compatible with the components of all versions of CPE specification.

For example, in version 1.1 of CPE specification, an empty component is version attribute in CPE name cpe:/microsft:windows::sp2.

__eq__(other)

Returns True if other (first element of operation) and self (second element of operation) are equal components, false otherwise.

Parameters:other (CPEComponent) – component to compare
Returns:True if other == self, False otherwise
Return type:boolean
__init__()

Initializes the component.

__str__()

Returns a human-readable representation of CPE component.

Returns:Representation of CPE component as string
Return type:string