Class e.p.f.m.FlickrPhotoModel(Model):

Part of elisa.plugins.flickr.models View In Hierarchy

A Flickr photo model contains metadata associated to a photo.
Instance Variablesflickr_idthe id of the photo (type: unicode )
ownerthe id of the owner of the photo (type: unicode )
secretthe shared secret (type: unicode )
farmthe Flickr server farm on which the photo is stored (type: int )
serverthe Flickr server on which the photo is stored (type: int )
titlethe title associated to the photo (type: unicode )
descriptiona description of the photo (type: unicode )
ispublicwhether the photo is visible by anyone (type: bool )
isfriendwhether the photo is visible by the owner's friends (type: bool )
isfamilywhether 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
def __init__(self):
Constructor. Initialize all the fields.
API Documentation for Elisa Media Center, generated by pydoctor at 2009-02-16 19:15:05.