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

Method __str__

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

Source from the content-addressed store, hash-verified

1043 self.urn = urn
1044
1045 def __str__(self):
1046 return "resource {path}".format(path=self.urn.path())
1047
1048 def is_dir(self):
1049 return self.client.is_dir(self.urn.path())

Callers 1

propertyMethod · 0.45

Calls 1

pathMethod · 0.80

Tested by

no test coverage detected