MCPcopy Create free account
hub / github.com/CloudPolis/webdav-client-python / download_sync

Method download_sync

webdav/client.py:416–421  ·  view source on GitHub ↗
(self, remote_path, local_path, callback=None)

Source from the content-addressed store, hash-verified

414 raise NotConnection(self.webdav.hostname)
415
416 def download_sync(self, remote_path, local_path, callback=None):
417
418 self.download(local_path=local_path, remote_path=remote_path)
419
420 if callback:
421 callback()
422
423 def download_async(self, remote_path, local_path, callback=None):
424

Callers 2

download_asyncMethod · 0.95
writeMethod · 0.80

Calls 1

downloadMethod · 0.95

Tested by

no test coverage detected