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

Method sync

webdav/client.py:1033–1036  ·  view source on GitHub ↗
(self, remote_directory, local_directory)

Source from the content-addressed store, hash-verified

1031 self.download_file(remote_path=remote_path, local_path=local_path)
1032
1033 def sync(self, remote_directory, local_directory):
1034
1035 self.pull(remote_directory=remote_directory, local_directory=local_directory)
1036 self.push(remote_directory=remote_directory, local_directory=local_directory)
1037
1038
1039class Resource(object):

Callers

nothing calls this directly

Calls 2

pullMethod · 0.95
pushMethod · 0.95

Tested by

no test coverage detected