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

Method _reset_cont_handler

Lib/xml/sax/expatreader.py:263–266  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

261 self._close_source()
262
263 def _reset_cont_handler(self):
264 self._parser.ProcessingInstructionHandler = \
265 self._cont_handler.processingInstruction
266 self._parser.CharacterDataHandler = self._cont_handler.characters
267
268 def _reset_lex_handler_prop(self):
269 lex = self._lex_handler_prop

Callers 2

setContentHandlerMethod · 0.95
resetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected