MCPcopy Index your code
hub / github.com/ronreiter/interactive-tutorials / wsdl

Method wsdl

suds/resolver.py:454–460  ·  view source on GitHub ↗

get the wsdl

(self)

Source from the content-addressed store, hash-verified

452 return (result, [])
453
454 def wsdl(self):
455 """ get the wsdl """
456 container = self.schema.container
457 if container is None:
458 return None
459 else:
460 return container.wsdl
461
462 def known(self, object):
463 """ get the type specified in the object's metadata """

Callers 1

queryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected