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

Class NotConnection

webdav/exceptions.py:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59
60class NotConnection(WebDavException):
61 def __init__(self, hostname):
62 self.hostname = hostname
63
64 def __str__(self):
65 return "Not connection with {hostname}".format(hostname=self.hostname)
66
67
68class NotEnoughSpace(WebDavException):

Callers 15

listMethod · 0.85
freeMethod · 0.85
checkMethod · 0.85
mkdirMethod · 0.85
download_toMethod · 0.85
download_fileMethod · 0.85
upload_fromMethod · 0.85
upload_fileMethod · 0.85
copyMethod · 0.85
moveMethod · 0.85
cleanMethod · 0.85
publishMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected