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

Method processing_instruction

Lib/xml/sax/expatreader.py:390–391  ·  view source on GitHub ↗
(self, target, data)

Source from the content-addressed store, hash-verified

388
389 # this is not used (call directly to ContentHandler)
390 def processing_instruction(self, target, data):
391 self._cont_handler.processingInstruction(target, data)
392
393 # this is not used (call directly to ContentHandler)
394 def character_data(self, data):

Callers

nothing calls this directly

Calls 1

processingInstructionMethod · 0.45

Tested by

no test coverage detected