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

Method append

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

Source from the content-addressed store, hash-verified

278 """
279
280 def append(self, parent, content):
281 if content.tag.startswith('_'):
282 raise Exception('raw XML not valid as attribute value')
283 child = ElementWrapper(content.value)
284 parent.append(child)
285
286
287class ListAppender(Appender):

Callers

nothing calls this directly

Calls 2

ElementWrapperClass · 0.85
appendMethod · 0.45

Tested by

no test coverage detected