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

Method path

webdav/urn.py:29–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27 return self.path()
28
29 def path(self):
30 return unquote(self._path)
31
32 def quote(self):
33 return self._path

Callers 15

listMethod · 0.95
mkdirMethod · 0.95
download_toMethod · 0.95
downloadMethod · 0.95
download_directoryMethod · 0.95
download_fileMethod · 0.95
upload_fromMethod · 0.95
upload_directoryMethod · 0.95
upload_fileMethod · 0.95
copyMethod · 0.95
moveMethod · 0.95
publishMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected