Part of twisted.python.versions View Source View In Hierarchy
An object that represents a three-part version number.
If running from an svn checkout, include the revision number in the version string.| Method | __init__ | Undocumented |
| Method | short | Return a string in canonical short version format, |
| Method | base | Like short,
but without the +rSVNVer.
|
| Method | __repr__ | Undocumented |
| Method | __str__ | Undocumented |
| Method | __cmp__ | Undocumented |
| Method | _parseSVNEntries | Given a readable file object which represents a .svn/entries |
| Method | _getSVNVersion | Figure out the SVN revision number based on the existance of |
| Method | _formatSVNVersion | Undocumented |
| Returns | None or string containing SVN Revision number. | |