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

Method parse

Lib/xml/sax/xmlreader.py:30–32  ·  view source on GitHub ↗

Parse an XML document from a system identifier or an InputSource.

(self, source)

Source from the content-addressed store, hash-verified

28 self._err_handler = handler.ErrorHandler()
29
30 def parse(self, source):
31 "Parse an XML document from a system identifier or an InputSource."
32 raise NotImplementedError("This method must be implemented!")
33
34 def getContentHandler(self):
35 "Returns the current ContentHandler."

Callers 2

parseFunction · 0.45
parseStringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected