MCPcopy Index your code
hub / github.com/python/cpython / processingInstruction

Method processingInstruction

Lib/xml/dom/pulldom.py:297–301  ·  view source on GitHub ↗
(self, target, data)

Source from the content-addressed store, hash-verified

295 parentNode.appendChild(curNode)
296
297 def processingInstruction(self, target, data):
298 PullDOM.processingInstruction(self, target, data)
299 node = self.lastEvent[0][1]
300 parentNode = self.elementStack[-1]
301 parentNode.appendChild(node)
302
303 def ignorableWhitespace(self, chars):
304 PullDOM.ignorableWhitespace(self, chars)

Callers

nothing calls this directly

Calls 2

processingInstructionMethod · 0.45
appendChildMethod · 0.45

Tested by

no test coverage detected