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

Method __init__

suds/client.py:230–237  ·  view source on GitHub ↗

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

(self, wsdl)

Source from the content-addressed store, hash-verified

228 """
229
230 def __init__(self, wsdl):
231 """
232 @param wsdl: A schema object.
233 @type wsdl: L{wsdl.Definitions}
234 """
235 self.wsdl = wsdl
236 self.resolver = PathResolver(wsdl)
237 self.builder = Builder(self.resolver)
238
239 def create(self, name):
240 """

Callers

nothing calls this directly

Calls 2

PathResolverClass · 0.90
BuilderClass · 0.90

Tested by

no test coverage detected