Module: tfm.core.task_factory

A global factory to register and access all registered tasks.

Functions

get_task(...): Creates a Task (of suitable subclass type) from task_config.

get_task_cls(...)

register_task_cls(...): Decorates a factory of Tasks for lookup by a subclass of TaskConfig.