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

Method _reset_cont_handler

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

Source from the content-addressed store, hash-verified

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

Callers 2

setContentHandlerMethod · 0.95
resetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected