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

Method marshalled

suds/plugin.py:119–128  ·  view source on GitHub ↗

Suds will send the specified soap envelope. Provides the plugin with the opportunity to inspect/modify the envelope Document before it is sent. @param context: The send context. The I{envelope} is the envelope docuemnt. @type context: L{MessageCon

(self, context)

Source from the content-addressed store, hash-verified

117 """
118
119 def marshalled(self, context):
120 """
121 Suds will send the specified soap envelope.
122 Provides the plugin with the opportunity to inspect/modify
123 the envelope Document before it is sent.
124 @param context: The send context.
125 The I{envelope} is the envelope docuemnt.
126 @type context: L{MessageContext}
127 """
128 pass
129
130 def sending(self, context):
131 """

Callers 1

sendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected