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

Method received

suds/plugin.py:141–150  ·  view source on GitHub ↗

Suds has received the specified reply. Provides the plugin with the opportunity to inspect/modify the received XML text before it is SAX parsed. @param context: The reply context. The I{reply} is the raw text. @type context: L{MessageContext}

(self, context)

Source from the content-addressed store, hash-verified

139 pass
140
141 def received(self, context):
142 """
143 Suds has received the specified reply.
144 Provides the plugin with the opportunity to inspect/modify
145 the received XML text before it is SAX parsed.
146 @param context: The reply context.
147 The I{reply} is the raw text.
148 @type context: L{MessageContext}
149 """
150 pass
151
152 def parsed(self, context):
153 """

Callers 1

sendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected