freezer.engine.manager module¶
-
class
freezer.engine.manager.EngineManager¶ Bases:
object- EngineManager, this class handles engines.
Lists all available engines Checks if an engine does exists or not Load an engine
-
list_engines()¶ Lists all engines in the engine directory :return:
-
load_engine(**kwargs)¶ Check if the engine exists or not. If not raise EngineNotFound Error. If the engine exists then try to get an instance of this engine.