Classes | |
class | _ParameterModifier |
class | FilteredStream |
class | Modifier |
class | ModifierChain |
class | Process |
class | ProcessFragment |
class | ProcessModifier |
class | SubProcess |
class | TestMakePSet |
class | TestModuleCommand |
Functions | |
def | checkImportPermission |
def | findProcess |
Variables | |
tuple | options = Options() |
def Config.checkImportPermission | ( | minLevel = 2 , |
|
allowedPatterns = [] |
|||
) |
Raise an exception if called by special config files. This checks the call or import stack for the importing file. An exception is raised if the importing module is not in allowedPatterns and if it is called too deeply: minLevel = 2: inclusion by top lvel cfg only minLevel = 1: No inclusion allowed allowedPatterns = ['Module1','Module2/SubModule1'] allows import by any module in Module1 or Submodule1
Definition at line 27 of file Config.py.
References spr.find().
def Config.findProcess | ( | module | ) |
Look inside the module and find the Processes it contains
Definition at line 80 of file Config.py.
References dbtoconf.object.
tuple Config.options = Options() |
Definition at line 5 of file Config.py.
Referenced by helper.ConfigSectionMap().