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

Method processingInstruction

Lib/xml/sax/saxutils.py:285–286  ·  view source on GitHub ↗
(self, target, data)

Source from the content-addressed store, hash-verified

283 self._cont_handler.ignorableWhitespace(chars)
284
285 def processingInstruction(self, target, data):
286 self._cont_handler.processingInstruction(target, data)
287
288 def skippedEntity(self, name):
289 self._cont_handler.skippedEntity(name)

Callers

nothing calls this directly

Calls 1

processingInstructionMethod · 0.45

Tested by

no test coverage detected