(self)
| 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 |
no outgoing calls
no test coverage detected