[ CLASS ] - Class to operate on package env module.
More...
|
| def | __init__ (self, envEntryContainer=None) |
| | Constructor. More...
|
| |
| def | invoke (self, envEntryContainer) |
| | Invoke setEnvironment function in env module of the package. More...
|
| |
[ CLASS ] - Class to operate on package env module.
◆ __init__()
| def mMeco.operators.packageEnvOpt.PackageEnvOperator.__init__ |
( |
|
self, |
|
|
|
envEntryContainer = None |
|
) |
| |
Constructor.
- Parameters
-
- Exceptions
-
- Returns
- None - None.
◆ invoke()
| def mMeco.operators.packageEnvOpt.PackageEnvOperator.invoke |
( |
|
self, |
|
|
|
envEntryContainer |
|
) |
| |
Invoke setEnvironment function in env module of the package.
- Parameters
-
- Exceptions
-
- Returns
- True - If package doesn't have env module.
-
True - If package env module doesn't have
setEnvironment function.
-
False - If
setEnvironment function of the env module of the package returns False.
The documentation for this class was generated from the following file: