MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / __init__

Method __init__

suds/bindings/binding.py:60–66  ·  view source on GitHub ↗

@param wsdl: A wsdl. @type wsdl: L{wsdl.Definitions}

(self, wsdl)

Source from the content-addressed store, hash-verified

58 replyfilter = lambda s, r: r
59
60 def __init__(self, wsdl):
61 """
62 @param wsdl: A wsdl.
63 @type wsdl: L{wsdl.Definitions}
64 """
65 self.wsdl = wsdl
66 self.multiref = MultiRef()
67
68 def schema(self):
69 return self.wsdl.schema

Callers 1

__init__Method · 0.45

Calls 1

MultiRefClass · 0.90

Tested by

no test coverage detected