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

Method node

suds/mx/core.py:82–90  ·  view source on GitHub ↗

Create and return an XML node. @param content: The content for which proccessing has been suspended. @type content: L{Object} @return: An element. @rtype: L{Element}

(self, content)

Source from the content-addressed store, hash-verified

80 pass
81
82 def node(self, content):
83 """
84 Create and return an XML node.
85 @param content: The content for which proccessing has been suspended.
86 @type content: L{Object}
87 @return: An element.
88 @rtype: L{Element}
89 """
90 return Element(content.tag)
91
92 def start(self, content):
93 """

Callers 1

processMethod · 0.95

Calls 1

ElementClass · 0.90

Tested by

no test coverage detected