446
446
def get_smart_client(self):
447
447
"""Return a smart client for this transport if possible.
449
452
:raises NoSmartServer: if no smart server client is available.
451
454
raise errors.NoSmartServer(self.base)
453
466
def readv(self, relpath, offsets):
454
467
"""Get parts of the file at the given relative path.