Module update :: Class Version
[hide private]
[frames] | no frames]

Class Version

source code

object --+
         |
        Version

Instance Methods [hide private]
 
__init__(self, name, release_date, change_log)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__get_name(self) source code
 
__get_release_date(self) source code
 
__get_change_log(self) source code
 
add_download(self, download) source code
 
get_download(self, platform, flavor='') source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]
  name
  release_date
  change_log

Inherited from object: __class__

Method Details [hide private]

__init__(self, name, release_date, change_log)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

name

Get Method:
__get_name(self)

release_date

Get Method:
__get_release_date(self)

change_log

Get Method:
__get_change_log(self)