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

Class RemoteParentNotFound

webdav/exceptions.py:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42
43class RemoteParentNotFound(NotFound):
44 def __init__(self, path):
45 self.path = path
46
47 def __str__(self):
48 return "Remote parent for: {path} not found".format(path=self.path)
49
50
51class MethodNotSupported(WebDavException):

Callers 5

mkdirMethod · 0.85
upload_fromMethod · 0.85
upload_fileMethod · 0.85
copyMethod · 0.85
moveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected