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

Method write_async

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

Source from the content-addressed store, hash-verified

1100 return self.client.download_sync(local_path=local_path, remote_path=self.urn.path())
1101
1102 def write_async(self, local_path, callback=None):
1103 return self.client.download_async(local_path=local_path, remote_path=self.urn.path(), callback=callback)
1104
1105 def publish(self):
1106 return self.client.publish(self.urn.path())

Callers

nothing calls this directly

Calls 2

download_asyncMethod · 0.80
pathMethod · 0.80

Tested by

no test coverage detected