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

Method append_text

suds/umx/core.py:165–172  ·  view source on GitHub ↗

Append text nodes into L{Content.data} @param content: The current content being unmarshalled. @type content: L{Content}

(self, content)

Source from the content-addressed store, hash-verified

163 setattr(content.data, key, cval)
164
165 def append_text(self, content):
166 """
167 Append text nodes into L{Content.data}
168 @param content: The current content being unmarshalled.
169 @type content: L{Content}
170 """
171 if content.node.hasText():
172 content.text = content.node.getText()
173
174 def reset(self):
175 pass

Callers 1

appendMethod · 0.95

Calls 2

getTextMethod · 0.80
hasTextMethod · 0.45

Tested by

no test coverage detected