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

Module relax

source code

The main module for relax execution.

Classes [hide private]
  Relax
The main relax class.
  RelaxParser
Functions [hide private]
 
start(mode=None, profile_flag=False)
Execute relax.
source code
Variables [hide private]
  status = Status()
  __package__ = None
hash(x)

Imports: compat, dep_check, numpy, Option, OptionGroup, OptionParser, F_OK, access, getpid, putenv, profile, pstats, pager, sys, Info_box, io_streams_log, io_streams_tee, lib, Application_callback, load_multiprocessor, interpreter, Status, user_functions, version


Function Details [hide private]

start(mode=None, profile_flag=False)

source code 

Execute relax.

Parameters:
  • mode (str) - Force a relax mode, overriding the command line.
  • profile_flag (bool) - Change this flag to True for code profiling.