Script xalt_run_submission_in_py :: Class UserEnvT
[hide private]
[frames] | no frames]

Class UserEnvT

source code

object --+
         |
        UserEnvT

Class to extract important values from the environment

Instance Methods [hide private]
 
__init__(self, args, userExec)
Ctor to construct the important user env values and store them in userT.
source code
 
userT(self)
return the constructed user table.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, args, userExec)
(Constructor)

source code 

Ctor to construct the important user env values and store them in userT.

Parameters:
  • args - The parsed command line arguments.
  • userExec - the path to the user executable.
Overrides: object.__init__