class documentation

class Task(invoke.Task): (source)

View In Hierarchy

Extends `invoke.tasks.Task` with knowledge of target hosts and similar. As `invoke.tasks.Task` relegates documentation responsibility to its `@task <invoke.tasks.task>` expression, so we relegate most details to our version of `@task <fabric.tasks.task>` - please see its docs for details. .. versionadded:: 2.1

Method __init__ Undocumented
Instance Variable hosts Undocumented
def __init__(self, *args, **kwargs): (source)

Undocumented

Undocumented