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

Method unmarshalled

suds/plugin.py:163–172  ·  view source on GitHub ↗

Suds has unmarshalled the received reply. Provides the plugin with the opportunity to inspect/modify the unmarshalled reply object before it is returned. @param context: The reply context. The I{reply} is unmarshalled suds object. @type context: L

(self, context)

Source from the content-addressed store, hash-verified

161 pass
162
163 def unmarshalled(self, context):
164 """
165 Suds has unmarshalled the received reply.
166 Provides the plugin with the opportunity to inspect/modify
167 the unmarshalled reply object before it is returned.
168 @param context: The reply context.
169 The I{reply} is unmarshalled suds object.
170 @type context: L{MessageContext}
171 """
172 pass
173
174
175class PluginContainer:

Callers 1

succeededMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected