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

Class Version

source code

Version template.

Instance Methods [hide private]
 
__init__(self, vtype, config)
Initialise the Version object.
source code
 
version_string(self)
Returns the formatted version string.
source code
 
write(self)
Write the version string to the vtype.txt.path file.
source code
 
__write(self, path, content) source code
 
__unescape(self, text) source code
 
__str__(self)
The string representation of the version object is the full version string.
source code