Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ __init__
Method
__init__
suds/__init__.py:37–38 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
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
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected