MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / PortNotFound

Class PortNotFound

suds/__init__.py:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40
41class PortNotFound(Exception):
42 def __init__(self, name):
43 Exception.__init__(self, "Port not found: '%s'" % name)
44
45
46class ServiceNotFound(Exception):

Callers 1

__findMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected