class documentation

class Result(InvokeResult): (source)

View In Hierarchy

An `invoke.runners.Result` exposing which `.Connection` was run against. Exposes all attributes from its superclass, then adds a ``.connection``, which is simply a reference to the `.Connection` whose method yielded this result. .. versionadded:: 2.0

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

Undocumented

connection = (source)

Undocumented