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)
| 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 | |
| 175 | class PluginContainer: |