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

Method publish

webdav/client.py:1105–1106  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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())
1107
1108 def unpublish(self):
1109 return self.client.unpublish(self.urn.path())

Callers

nothing calls this directly

Calls 2

pathMethod · 0.80
publishMethod · 0.45

Tested by

no test coverage detected