Package sabx10 :: Package oxm :: Module parse :: Class HistoryUpdate
[hide private]
[frames] | no frames]

Class HistoryUpdate

source code

object --+
         |
        HistoryUpdate

A HistoryUpdate object holds the information for a single update to the SABX file.

Instance Methods [hide private]
 
__init__(self, version, date, description)
Save the passed-in data.
source code

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

Instance Variables [hide private]
string date
date the change was made
string description
description of what the change entailed
string version
version number of the change
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, version, date, description)
(Constructor)

source code 

Save the passed-in data.

Parameters:
  • version (string) - version number of the change
  • date (string) - date the change was made
  • description (string) - description of what the change entailed
Overrides: object.__init__