Part of elisa.plugins.yesfm.models View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
120 | Method | __init__ | Constructor. Initialize all the fields. |
125 | Method | picture__set | Undocumented |
128 | Method | picture__get | Undocumented |
131 | Method | get_tracks | Return a deferred that will return a list of TrackModel instances |
149 | Method | name__get | Undocumented |
157 | Method | uri__get | Undocumented |
162 | Method | get_artist_name | Return a deferred with the artist name as result. |
Inherited from Bindable (via AlbumModel, 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 |
Returns | (type: elisa.core.utils.defer.Deferred
) |