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

Method prepareParser

Lib/xml/sax/expatreader.py:111–113  ·  view source on GitHub ↗
(self, source)

Source from the content-addressed store, hash-verified

109 raise
110
111 def prepareParser(self, source):
112 if source.getSystemId() is not None:
113 self._parser.SetBase(source.getSystemId())
114
115 # Redefined setContentHandler to allow changing handlers during parsing
116

Callers

nothing calls this directly

Calls 1

getSystemIdMethod · 0.45

Tested by

no test coverage detected