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

Class MethodNotFound

suds/__init__.py:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35
36class MethodNotFound(Exception):
37 def __init__(self, name):
38 Exception.__init__(self, "Method not found: '%s'" % name)
39
40
41class PortNotFound(Exception):

Callers 3

operationMethod · 0.90
operationMethod · 0.90
__getitem__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected