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

Method append

suds/mx/appender.py:176–182  ·  view source on GitHub ↗

Append the specified L{content} to the I{parent}. @param content: The content to append. @type content: L{Object}

(self, parent, content)

Source from the content-addressed store, hash-verified

174 self.marshaller.resume(content)
175
176 def append(self, parent, content):
177 """
178 Append the specified L{content} to the I{parent}.
179 @param content: The content to append.
180 @type content: L{Object}
181 """
182 self.marshaller.append(parent, content)
183
184
185class PrimativeAppender(Appender):

Callers 9

appendMethod · 0.45
appendMethod · 0.45
appendMethod · 0.45
appendMethod · 0.45
appendMethod · 0.45
appendMethod · 0.45
appendMethod · 0.45
appendMethod · 0.45
appendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected