Part of elisa.plugins.base.models.volume View In Hierarchy
Known subclasses: elisa.plugins.base.models.volume.VolumeModel
A generic description of a device.
*Note*: A DeviceModel is considered the same, if the udi is the same.| Instance Variables | udi | the unique id for that certain device
(type: str
) |
| protocol | the protocol to access this device (like dvd or cdda)
(type: str
) | |
| device | string to identify the device (on linux /dev/something)
(type: str
) |
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 53 | Method | __init__ | Undocumented |
| 59 | Method | __eq__ | Undocumented |
| 64 | Method | __ne__ | Undocumented |
Inherited from Bindable (via Model):
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 34 | Method | bind | Bind a local attribute to
destination_attribute of
|
| 73 | Method | unbind | Remove the binding of attribute to
destination_attribute of
|
| 104 | Method | unbind_object | Remove all the bindings you have for a certain
destination_object.
|
| 118 | Method | __setattr__ | Undocumented |
| 136 | Method | __delattr__ | Undocumented |