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

Class LocalResourceNotFound

webdav/exceptions.py:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27class LocalResourceNotFound(NotFound):
28 def __init__(self, path):
29 self.path = path
30
31 def __str__(self):
32 return "Local file: {path} not found".format(path=self.path)
33
34
35class RemoteResourceNotFound(NotFound):

Callers 4

upload_directoryMethod · 0.85
upload_fileMethod · 0.85
pushMethod · 0.85
pullMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected