Package omero :: Package util :: Class Environment
[hide private]
[frames] | no frames]

Class Environment

source code

Simple class for creating an executable environment

Instance Methods [hide private]
 
__init__(self, *args)
Takes an number of environment variable names which should be copied to the target environment if present in the current execution environment.
source code
 
__call__(self)
Returns the environment map when called.
source code
 
set(self, key, value)
Manually sets a value in the target environment.
source code
 
append(self, key, addition)
Manually adds a value to the environment string
source code