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

Method setnil

suds/mx/appender.py:131–139  ·  view source on GitHub ↗

Set the value of the I{node} to nill. @param node: A I{nil} node. @type node: L{Element} @param content: The content for which proccessing has ended. @type content: L{Object}

(self, node, content)

Source from the content-addressed store, hash-verified

129 return self.marshaller.node(content)
130
131 def setnil(self, node, content):
132 """
133 Set the value of the I{node} to nill.
134 @param node: A I{nil} node.
135 @type node: L{Element}
136 @param content: The content for which proccessing has ended.
137 @type content: L{Object}
138 """
139 self.marshaller.setnil(node, content)
140
141 def setdefault(self, node, content):
142 """

Callers 1

appendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected