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

Method open_imports

suds/wsdl.py:199–202  ·  view source on GitHub ↗

Import the I{imported} WSDLs.

(self)

Source from the content-addressed store, hash-verified

197 continue
198
199 def open_imports(self):
200 """ Import the I{imported} WSDLs. """
201 for imp in self.imports:
202 imp.load(self)
203
204 def resolve(self):
205 """ Tell all children to resolve themselves """

Callers 1

__init__Method · 0.95

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected