MCPcopy 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
22class 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
29class Request:

Callers 2

openMethod · 0.90
sendMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected