exopy.tasks.configs.loop_config module¶
Configurer dedicated to the LoopTask allowing to specify a task to embed.
-
class
exopy.tasks.configs.loop_config.LoopTaskConfig(**kwargs)[source]¶ Bases:
exopy.tasks.configs.base_configs.PyTaskConfigSpecial configurer allowing to embed a task into a LoopTask.
-
use_subtask¶ Whether or not to embed a subtask.
-
subtask¶ Embedded task id.
-
subconfig¶ Configurer for the subtask.
-
subview¶ View of the configurer
-