ModuleFactory

The Module Factory instantiates a given Module based on a given input string and set of arguments to be passed. This allows for VO specific module utilities to be used in various contexts.

class DIRAC.Core.Utilities.ModuleFactory.ModuleFactory

Bases: object

__init__()

Standard constructor

getModule(importString, argumentsDict)

This method returns the Module instance given the import string and arguments dictionary.