Libosinfo.DeviceDriver¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Libosinfo.DeviceDriver(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- get_architecture()¶
- Returns:
the hardware architecture.
- Return type:
Retrieves the target hardware architecture of self.
New in version 0.2.2.
- get_devices()¶
- Returns:
The list of devices supported by this driver.
- Return type:
New in version 0.2.2.
- get_files()¶
- Returns:
The list of driver files.
- Return type:
[
str
]
Retrieves the names of driver files under the location returned by
Libosinfo.DeviceDriver.get_location
.New in version 0.2.2.
- get_location()¶
- Returns:
the location of the driver.
- Return type:
Retrieves the location of the self as a URL.
New in version 0.2.2.
- get_pre_installable()¶
-
New in version 0.2.2.
- get_priority()¶
- Returns:
the priority of the device driver.
- Return type:
Returns the priority of the device driver. The higher the value, the more important it is.
New in version 1.7.0.