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

Method end

suds/umx/core.py:188–194  ·  view source on GitHub ↗

Processing on I{node} has ended. @param content: The current content being unmarshalled. @type content: L{Content}

(self, content)

Source from the content-addressed store, hash-verified

186 content.data = Factory.object(content.node.name)
187
188 def end(self, content):
189 """
190 Processing on I{node} has ended.
191 @param content: The current content being unmarshalled.
192 @type content: L{Content}
193 """
194 pass
195
196 def bounded(self, content):
197 """

Callers 1

appendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected