Workout With Friends
Stay fit with a little motivation
 All Classes Namespaces Files Functions Variables Properties
Public Member Functions | Public Attributes | List of all members
wowf.lib.image.StoredImage Class Reference

Utility class for thumbnailed images, used to access both the original as well as all thubnail versions of the image. More...

Collaboration diagram for wowf.lib.image.StoredImage:
Collaboration graph

Public Member Functions

def __new__
def __getattr__

Public Attributes

 root_dir
 filename
 versions

Detailed Description

Utility class for thumbnailed images, used to access both the original as well as all thubnail versions of the image.

Definition at line 54 of file image.py.

Member Function Documentation

def wowf.lib.image.StoredImage.__getattr__ (   self,
  name 
)

Definition at line 62 of file image.py.

def wowf.lib.image.StoredImage.__new__ (   self,
  root_dir,
  filename,
  versions = None 
)

Definition at line 56 of file image.py.

Member Data Documentation

wowf.lib.image.StoredImage.filename

Definition at line 58 of file image.py.

wowf.lib.image.StoredImage.root_dir

Definition at line 57 of file image.py.

wowf.lib.image.StoredImage.versions

Definition at line 59 of file image.py.


The documentation for this class was generated from the following file: