MCPcopy Index your code
hub / github.com/RustPython/RustPython / processing_instruction

Method processing_instruction

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

processingInstructionMethod · 0.45

Tested by

no test coverage detected