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

Method loaded

suds/plugin.py:93–101  ·  view source on GitHub ↗

Suds has loaded a WSDL/XSD document. Provides the plugin with an opportunity to inspect/modify the unparsed document. Called after each WSDL/XSD document is loaded. @param context: The document context. @type context: L{DocumentContext}

(self, context)

Source from the content-addressed store, hash-verified

91 """
92
93 def loaded(self, context):
94 """
95 Suds has loaded a WSDL/XSD document. Provides the plugin
96 with an opportunity to inspect/modify the unparsed document.
97 Called after each WSDL/XSD document is loaded.
98 @param context: The document context.
99 @type context: L{DocumentContext}
100 """
101 pass
102
103 def parsed(self, context):
104 """

Callers 1

downloadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected