diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/version.Version-class.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/python/version.Version-class.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,223 @@ + + + + + version.Version + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + 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 + +
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +