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)
| 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 | """ |