Package elisa :: Package plugins :: Package database :: Module models :: Class Image

Class Image

source code


represent an image

Instance Methods

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  __storm_table__ = 'images'
  file_path = Unicode(primary= True)
  size = Unicode()
  shot_time = DateTime()
  with_flash = Bool()
  orientation = Int()
  gps_altitude = Int()
  gps_latitude = Unicode()
  gps_longitude = Unicode()
  album_name = Unicode()
  section = Int()
  album = wrapper.DeferredReference(Image.album_name, PhotoAlbum...
  file = wrapper.DeferredReference(Image.file_path, File.path)
Properties

Inherited from object: __class__

Class Variable Details

album

Value:
wrapper.DeferredReference(Image.album_name, PhotoAlbum.name)