Module version
source code
Module for relax version information.
None or str
|
revision()
Attempt to retrieve the SVN revision number, if this is a checked out
copy. |
source code
|
|
None or str
|
url()
Attempt to retrieve the SVN URL, if this is a checked out copy. |
source code
|
|
str
|
|
|
version = ' 1.3.16 '
|
|
__package__ = None
hash(x)
|
Imports:
F_OK,
access,
split,
PIPE,
Popen
Attempt to retrieve the SVN revision number, if this is a checked out
copy.
- Returns: None or str
- The SVN revision number, or None if unsuccessful.
|
Attempt to retrieve the SVN URL, if this is a checked out copy.
- Returns: None or str
- The SVN URL, or None if unsuccessful.
|
Return the full relax version, including all SVN info for repository
versions.
- Returns: str
- The relax version string.
|