class documentation

class Result: (source)

View In Hierarchy

A container for information about the result of a file transfer. See individual attribute/method documentation below for details. .. note:: Unlike similar classes such as `invoke.runners.Result` or `fabric.runners.Result` (which have a concept of "warn and return anyways on failure") this class has no useful truthiness behavior. If a file transfer fails, some exception will be raised, either an `OSError` or an error from within Paramiko. .. versionadded:: 2.0

Method __init__ Undocumented
Instance Variable connection Undocumented
Instance Variable local Undocumented
Instance Variable orig_local Undocumented
Instance Variable orig_remote Undocumented
Instance Variable remote Undocumented
def __init__(self, local, orig_local, remote, orig_remote, connection): (source)

Undocumented

connection = (source)

Undocumented

Undocumented

orig_local = (source)

Undocumented

orig_remote = (source)

Undocumented

Undocumented