MECO™ API Reference
Public Member Functions | Static Public Attributes | List of all members
mMeco.operators.packageGlobalEnvOpt.PackageGlobalEnvOperator Class Reference

[ CLASS ] - Class to operate on Python modules. More...

Inheritance diagram for mMeco.operators.packageGlobalEnvOpt.PackageGlobalEnvOperator:
mMeco.abstract.operatorAbs.Operator

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...
 

Detailed Description

[ CLASS ] - Class to operate on Python modules.

Constructor & Destructor Documentation

◆ __init__()

def mMeco.operators.packageGlobalEnvOpt.PackageGlobalEnvOperator.__init__ (   self,
  module = None 
)

Constructor.

Parameters
module[ str | None | in ] - Python module import path or Python module file path.
Exceptions
N/A
Returns
None - None.

Reimplemented from mMeco.abstract.operatorAbs.Operator.

Member Function Documentation

◆ packageGlobalEnvs()

def mMeco.operators.packageGlobalEnvOpt.PackageGlobalEnvOperator.packageGlobalEnvs (   self)

Property.

Exceptions
N/A
Returns
list of mMeco.operators.packageGlobalEnvOpt.PackageGlobalEnv - Value.

◆ getClass()

def mMeco.operators.packageGlobalEnvOpt.PackageGlobalEnvOperator.getClass (   self,
  className 
)

Get mMeco.operators.packageGlobalEnvOpt.PackageGlobalEnvOperator class instance for given className.

Parameters
className[ str | None | in ] - Name of the class.
Exceptions
N/A
Returns
mMeco.operators.packageGlobalEnvOpt.PackageGlobalEnvOperator - Class instance.
None - If no class found for given name.

The documentation for this class was generated from the following file: