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

Class BitPimUpdate

source code

object --+
         |
        BitPimUpdate

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__get_xml_version(self) source code
 
__get_versions(self) source code
 
__get_updates(self) source code
 
__get_latest_version(self) source code
 
__get_node_value(self, node, name) source code
 
get_update_info(self, url='http://www.bitpim.org/updates.xml') source code
 
display_update_info(self, current_version, platform, flavor) source code

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

Class Variables [hide private]
  __default_url = 'http://www.bitpim.org/updates.xml'
Properties [hide private]
  xml_version
  versions
  updates
  latest_version

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

xml_version

Get Method:
__get_xml_version(self)

versions

Get Method:
__get_versions(self)

updates

Get Method:
__get_updates(self)

latest_version

Get Method:
__get_latest_version(self)