Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ TransportError
Class
TransportError
suds/transport/__init__.py:22–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
21
22
class
TransportError(Exception):
23
def
__init__(self, reason, httpcode, fp=None):
24
Exception.__init__(self, reason)
25
self.httpcode = httpcode
26
self.fp = fp
27
28
29
class
Request:
Callers
2
open
Method · 0.90
send
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected