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

Method parsed

suds/plugin.py:152–161  ·  view source on GitHub ↗

Suds has sax parsed the received reply. Provides the plugin with the opportunity to inspect/modify the sax parsed DOM tree for the reply before it is unmarshalled. @param context: The reply context. The I{reply} is DOM tree. @type context: L{Messa

(self, context)

Source from the content-addressed store, hash-verified

150 pass
151
152 def parsed(self, context):
153 """
154 Suds has sax parsed the received reply.
155 Provides the plugin with the opportunity to inspect/modify
156 the sax parsed DOM tree for the reply before it is unmarshalled.
157 @param context: The reply context.
158 The I{reply} is DOM tree.
159 @type context: L{MessageContext}
160 """
161 pass
162
163 def unmarshalled(self, context):
164 """

Callers 1

openMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected