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

Method append

suds/mx/appender.py:207–212  ·  view source on GitHub ↗
(self, parent, content)

Source from the content-addressed store, hash-verified

205 """
206
207 def append(self, parent, content):
208 child = self.node(content)
209 default = self.setdefault(child, content)
210 if default is None:
211 self.setnil(child, content)
212 parent.append(child)
213
214
215class PropertyAppender(Appender):

Callers

nothing calls this directly

Calls 4

nodeMethod · 0.45
setdefaultMethod · 0.45
setnilMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected