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

Class ElementWrapper

suds/mx/appender.py:262–272  ·  view source on GitHub ↗

Element wrapper.

Source from the content-addressed store, hash-verified

260
261
262class ElementWrapper(Element):
263 """
264 Element wrapper.
265 """
266
267 def __init__(self, content):
268 Element.__init__(self, content.name, content.parent)
269 self.__content = content
270
271 def str(self, indent=0):
272 return self.__content.str(indent)
273
274
275class ElementAppender(Appender):

Callers 1

appendMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected