diff -r 89c89d6e6c3c -r df315d0a8ab7 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 Tue Sep 15 12:58:39 2009 +0100
@@ -0,0 +1,223 @@
+
+
+
+
+
+
+
+
+
+ |
+
+
+ __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
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ __str__(self)
+ The string representation of the version object is the full version string. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+