57
59
return LocalTransport(self.abspath(offset))
59
61
def abspath(self, relpath):
63
63
assert isinstance(relpath, basestring), (type(relpath), relpath)
66
69
def relpath(self, abspath):
67
70
"""Return the local path portion from a given absolute path.
77
80
return os.access(self.abspath(relpath), os.F_OK)