Task ==== The ``otter.task`` package contains the classes that are used to define the tasks, their specs, the task state, task registry, its context and the task reporter, in charge of maintaining the task part of the manifest. task.model module ----------------- .. automodule:: otter.task.model :members: :undoc-members: :show-inheritance: task.task\_registry module -------------------------- .. automodule:: otter.task.task_registry :members: :undoc-members: :show-inheritance: task.task\_reporter module -------------------------- .. automodule:: otter.task.task_reporter :members: :undoc-members: :show-inheritance: Module contents --------------- .. automodule:: otter.task :members: :undoc-members: :show-inheritance: