Part of elisa.plugins.flickr.models View In Hierarchy
Instance Variables | flickr_id | the id of the photo
(type: unicode
) |
owner | the id of the owner of the photo
(type: unicode
) | |
secret | the shared secret
(type: unicode
) | |
farm | the Flickr server farm on which the photo is stored
(type: int
) | |
server | the Flickr server on which the photo is stored
(type: int
) | |
title | the title associated to the photo
(type: unicode
) | |
description | a description of the photo
(type: unicode
) | |
ispublic | whether the photo is visible by anyone
(type: bool
) | |
isfriend | whether the photo is visible by the owner's friends
(type: bool
) | |
isfamily | whether the photo is visible by the owner's family
(type: bool
) |
Line # | Kind | Name | Docs |
---|---|---|---|
52 | Method | __init__ | Constructor. Initialize all the fields. |
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 |