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

Class MethodNotSupported

webdav/exceptions.py:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50
51class MethodNotSupported(WebDavException):
52 def __init__(self, name, server):
53 self.name = name
54 self.server = server
55
56 def __str__(self):
57 return "Method {name} not supported for {server}".format(name=self.name, server=self.server)
58
59
60class NotConnection(WebDavException):

Callers 1

parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected