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

Method resource

webdav/client.py:870–873  ·  view source on GitHub ↗
(self, remote_path)

Source from the content-addressed store, hash-verified

868 raise NotConnection(self.webdav.hostname)
869
870 def resource(self, remote_path):
871
872 urn = Urn(remote_path)
873 return Resource(self, urn.path())
874
875 def get_property(self, remote_path, option):
876

Callers

nothing calls this directly

Calls 3

pathMethod · 0.95
UrnClass · 0.90
ResourceClass · 0.85

Tested by

no test coverage detected