Module relax :: Class Relax
[hide private]
[frames] | no frames]

Class Relax

source code

The main relax class.

This contains information about the running state, for example the mode of operation of relax, whether debugging is turned on, etc.

Instance Methods [hide private]
 
__init__(self)
The top level class for initialising the program.
source code
 
run(self)
Execute relax.
source code
 
arguments(self)
Process the command line arguments.
source code
 
licence(self)
Function for displaying the licence.
source code
 
test_mode(self)
Relax test mode code.
source code
Method Details [hide private]

__init__(self)
(Constructor)

source code 

The top level class for initialising the program.

Parameters:
  • mode (str) - Force a relax mode, overriding the command line.

run(self)

source code 

Execute relax.

This is the application callback method executed by the multi-processor framework.