57
55
super(Transport, self).__init__()
58
def _translate_error(self, e, path, raise_generic=True):
61
This handles things like ENOENT, ENOTDIR, EEXIST, and EACCESS
60
73
def clone(self, offset=None):
61
74
"""Return a new Transport object, cloned from the current location,
62
75
using a subdirectory or parent directory. This allows connections