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

Class RemoteResourceNotFound

webdav/exceptions.py:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34
35class RemoteResourceNotFound(NotFound):
36 def __init__(self, path):
37 self.path = path
38
39 def __str__(self):
40 return "Remote resource: {path} not found".format(path=self.path)
41
42
43class RemoteParentNotFound(NotFound):

Callers 12

listMethod · 0.85
download_toMethod · 0.85
download_fileMethod · 0.85
copyMethod · 0.85
moveMethod · 0.85
publishMethod · 0.85
unpublishMethod · 0.85
parseMethod · 0.85
infoMethod · 0.85
is_dirMethod · 0.85
get_propertyMethod · 0.85
set_propertyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected