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

Method initialized

suds/plugin.py:77–85  ·  view source on GitHub ↗

Suds client initialization. Called after wsdl the has been loaded. Provides the plugin with the opportunity to inspect/modify the WSDL. @param context: The init context. @type context: L{InitContext}

(self, context)

Source from the content-addressed store, hash-verified

75 """
76
77 def initialized(self, context):
78 """
79 Suds client initialization.
80 Called after wsdl the has been loaded. Provides the plugin
81 with the opportunity to inspect/modify the WSDL.
82 @param context: The init context.
83 @type context: L{InitContext}
84 """
85 pass
86
87
88class DocumentPlugin(Plugin):

Callers 1

__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected