Libosinfo.PlatformList

g GObject.Object GObject.Object Libosinfo.List Libosinfo.List GObject.Object->Libosinfo.List Libosinfo.ProductList Libosinfo.ProductList Libosinfo.List->Libosinfo.ProductList Libosinfo.PlatformList Libosinfo.PlatformList Libosinfo.ProductList->Libosinfo.PlatformList

Subclasses:

None

Methods

Inherited:

Libosinfo.ProductList (5), Libosinfo.List (14), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new ()

new_copy ()

new_filtered (filter)

new_intersection (sourceTwo)

new_union (sourceTwo)

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Inherited:

Libosinfo.List (1)

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent_instance

Libosinfo.ProductList

r

Class Details

class Libosinfo.PlatformList(**kwargs)
Bases:

Libosinfo.ProductList

Abstract:

No

Structure:

Libosinfo.PlatformListClass

classmethod new()
Returns:

an empty platform list

Return type:

Libosinfo.PlatformList

Construct a new platform list that is initially empty.

new_copy()
Returns:

a copy of the platform list

Return type:

Libosinfo.PlatformList

Construct a new platform list that is filled with platforms from self

Deprecated since version 0.2.2: Use Libosinfo.List.new_copy() instead.

new_filtered(filter)
Parameters:

filter (Libosinfo.Filter) – the filter to apply

Returns:

a filtered copy of the platform list

Return type:

Libosinfo.PlatformList

Construct a new platform list that is filled with platforms from self that match filter

Deprecated since version 0.2.2: Use Libosinfo.List.new_filtered() instead.

new_intersection(sourceTwo)
Parameters:

sourceTwo (Libosinfo.PlatformList) – the second platform list to copy

Returns:

an intersection of the two platform lists

Return type:

Libosinfo.PlatformList

Construct a new platform list that is filled with only the platforms that are present in both self and sourceTwo.

Deprecated since version 0.2.2: Use Libosinfo.List.new_intersection() instead.

new_union(sourceTwo)
Parameters:

sourceTwo (Libosinfo.PlatformList) – the second platform list to copy

Returns:

a union of the two platform lists

Return type:

Libosinfo.PlatformList

Construct a new platform list that is filled with all the platforms that are present in either self and sourceTwo.

Deprecated since version 0.2.2: Use Libosinfo.List.new_union() instead.