Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ ServiceNotFound
Class
ServiceNotFound
suds/__init__.py:46–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
45
46
class
ServiceNotFound(Exception):
47
def
__init__(self, name):
48
Exception.__init__(self,
"Service not found: '%s'"
% name)
49
50
51
class
TypeNotFound(Exception):
Callers
1
__find
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected