Package Ganga :: Package Runtime :: Module bootstrap :: Class GangaProgram
[hide private]
[frames] | no frames]

Class GangaProgram

source code

High level API to create instances of Ganga programs and configure/run it

Instance Methods [hide private]
 
__init__(self, hello_string=None, argv=['(imported)'])
make an instance of Ganga program use default hello_string if not specified use sys.argv as arguments if not specified
source code
 
exit(self, *msg) source code
 
parseOptions(self) source code
 
new_user_wizard(self) source code
 
configure(self, logLevel=None) source code
 
initEnvironment(self) source code
 
bootstrap(self) source code
 
startTestRunner(self)
run the testing framework
source code
 
run(self, local_ns=None) source code
 
log(self, x) source code