Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
class
MethodNotFound(Exception):
37
def
__init__(self, name):
38
Exception.__init__(self,
"Method not found: '%s'"
% name)
39
40
41
class
PortNotFound(Exception):
Callers
3
operation
Method · 0.90
operation
Method · 0.90
__getitem__
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected