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

Class OptionNotValid

webdav/exceptions.py:9–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8
9class OptionNotValid(NotValid):
10 def __init__(self, name, value, ns=""):
11 self.name = name
12 self.value = value
13 self.ns = ns
14
15 def __str__(self):
16 return "Option ({ns}{name}={value}) have invalid name or value".format(ns=self.ns, name=self.name, value=self.value)
17
18
19class CertificateNotValid(NotValid):

Callers 11

add_optionsFunction · 0.85
download_toMethod · 0.85
download_directoryMethod · 0.85
download_fileMethod · 0.85
upload_fromMethod · 0.85
upload_directoryMethod · 0.85
upload_fileMethod · 0.85
pushMethod · 0.85
pullMethod · 0.85
is_validMethod · 0.85
is_validMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected