Module version
[hide private]
[frames] | no frames]

Module version

source code

Module for relax version information.

Functions [hide private]
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_full()
Return the full relax version, including all SVN info for repository versions.
source code
Variables [hide private]
  status = Status()
  version = '3.0.2'
  __package__ = None
hash(x)

Imports: dep_check, F_OK, access, sep, PIPE, Popen, Status


Function Details [hide private]

revision()

source code 

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.

url()

source code 

Attempt to retrieve the SVN URL, if this is a checked out copy.

Returns: None or str
The SVN URL, or None if unsuccessful.

version_full()

source code 

Return the full relax version, including all SVN info for repository versions.

Returns: str
The relax version string.