Belle II Software development
|
Public Member Functions | |
def | __init__ (self) |
def | revision_number (self) |
def | __str__ (self) |
def | __repr__ (self) |
def | get_current_revision_number (self) |
Public Attributes | |
externals_version | |
Externals version. | |
externals_option | |
Compile options of externals. | |
option | |
Compile options. | |
architecture | |
OS. | |
release | |
Release version. | |
release_folder | |
Release folder. | |
Protected Attributes | |
_cached_revision | |
Revision number (cached, the real getter is the property) | |
Helper class for accessing the information about the environment.
Definition at line 12 of file information.py.
def __init__ | ( | self | ) |
Get the variables from the environment variables.
Reimplemented in Basf2EnvironmentInformation.
Definition at line 18 of file information.py.
def __repr__ | ( | self | ) |
Also for ipython.
Definition at line 62 of file information.py.
def __str__ | ( | self | ) |
A nice representation.
Definition at line 47 of file information.py.
def get_current_revision_number | ( | self | ) |
Try to download the current revision number from SVN.
Definition at line 68 of file information.py.
def revision_number | ( | self | ) |
Get the cached revision number from SVN or get it from SVN directly.
Definition at line 38 of file information.py.
|
protected |
Revision number (cached, the real getter is the property)
Definition at line 35 of file information.py.
architecture |
OS.
Definition at line 29 of file information.py.
externals_option |
Compile options of externals.
Definition at line 25 of file information.py.
externals_version |
Externals version.
Definition at line 23 of file information.py.
option |
Compile options.
Definition at line 27 of file information.py.
release |
Release version.
Definition at line 31 of file information.py.
release_folder |
Release folder.
Definition at line 33 of file information.py.