Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
path
Method · 0.95
Urn
Class · 0.90
Resource
Class · 0.85
Tested by
no test coverage detected