Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ __init__
Method
__init__
suds/__init__.py:66–67 ·
view source on GitHub ↗
(self, name, exception)
Source
from the content-addressed store, hash-verified
64
""
"
65
66
def
__init__(self, name, exception):
67
Exception.__init__(self, BuildError.msg % (name, exception))
68
69
70
class
SoapHeadersNotPermitted(Exception):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected