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

Method start

suds/umx/core.py:177–186  ·  view source on GitHub ↗

Processing on I{node} has started. Build and return the proper object. @param content: The current content being unmarshalled. @type content: L{Content} @return: A subclass of Object. @rtype: L{Object}

(self, content)

Source from the content-addressed store, hash-verified

175 pass
176
177 def start(self, content):
178 """
179 Processing on I{node} has started. Build and return
180 the proper object.
181 @param content: The current content being unmarshalled.
182 @type content: L{Content}
183 @return: A subclass of Object.
184 @rtype: L{Object}
185 """
186 content.data = Factory.object(content.node.name)
187
188 def end(self, content):
189 """

Callers 1

appendMethod · 0.95

Calls 1

objectMethod · 0.80

Tested by

no test coverage detected