MECO™ API Reference
|
[ CLASS ] - Class to operate on Python modules. More...
Public Member Functions | |
def | __init__ (self, module=None) |
Constructor. More... | |
def | packageGlobalEnvs (self) |
Property. More... | |
def | getClass (self, className) |
Get mMeco.operators.packageGlobalEnvOpt.PackageGlobalEnvOperator class instance for given className . More... | |
Public Member Functions inherited from mMeco.abstract.operatorAbs.Operator | |
def | name (self) |
Property. More... | |
def | allLib (self) |
Property. More... | |
def | module (self) |
Property. More... | |
def | set (self, module=None) |
Set Python module. More... | |
def | initialize (self) |
Initialize the attributes of the Python module. More... | |
Static Public Attributes | |
string | MODULE = 'mMecoSettings.packageGlobalEnvLib' |
[ str ] - Default Python module import name. | |
Static Public Attributes inherited from mMeco.abstract.operatorAbs.Operator | |
MODULE = None | |
[ str ] - Default Python module import name. | |
Additional Inherited Members | |
Static Public Member Functions inherited from mMeco.abstract.operatorAbs.Operator | |
def | importModule (module) |
Import Python module. More... | |
[ CLASS ] - Class to operate on Python modules.
def mMeco.operators.packageGlobalEnvOpt.PackageGlobalEnvOperator.__init__ | ( | self, | |
module = None |
|||
) |
Constructor.
module | [ str | None | in ] - Python module import path or Python module file path. |
N/A |
Reimplemented from mMeco.abstract.operatorAbs.Operator.
def mMeco.operators.packageGlobalEnvOpt.PackageGlobalEnvOperator.packageGlobalEnvs | ( | self | ) |
Property.
N/A |
def mMeco.operators.packageGlobalEnvOpt.PackageGlobalEnvOperator.getClass | ( | self, | |
className | |||
) |
Get mMeco.operators.packageGlobalEnvOpt.PackageGlobalEnvOperator class instance for given className
.
className | [ str | None | in ] - Name of the class. |
N/A |