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

Class EnvT

source code

object --+
         |
        EnvT

Capture the user's environment. Remove some variables.

Instance Methods [hide private]
 
__init__(self)
Save the users environment.
source code
 
envT(self)
Return the user environment.
source code
 
__reportUserEnv(self)
Walk the users environment and save every thing except for a few env.
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)
(Constructor)

source code 

Save the users environment.

Overrides: object.__init__

__reportUserEnv(self)

source code 

Walk the users environment and save every thing except for a few env. vars. Also remove any exported shell functions.