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

Method prepareParser

Lib/xml/sax/xmlreader.py:136–139  ·  view source on GitHub ↗

This method is called by the parse implementation to allow the SAX 2.0 driver to prepare itself for parsing.

(self, source)

Source from the content-addressed store, hash-verified

134 raise NotImplementedError("This method must be implemented!")
135
136 def prepareParser(self, source):
137 """This method is called by the parse implementation to allow
138 the SAX 2.0 driver to prepare itself for parsing."""
139 raise NotImplementedError("prepareParser must be overridden!")
140
141 def close(self):
142 """This method is called when the entire XML document has been

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected