MCPcopy Index your code
hub / github.com/RustPython/RustPython / prepareParser

Method prepareParser

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getSystemIdMethod · 0.45

Tested by

no test coverage detected