Class e.p.b.m.v.DeviceModel(Model):

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 Variablesudithe unique id for that certain device (type: str )
protocolthe protocol to access this device (like dvd or cdda) (type: str )
devicestring 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
def __init__(self):
Undocumented
def __eq__(self, other):
Undocumented
def __ne__(self, other):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2008-08-11 20:05:11.