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

Method startPrefixMapping

Lib/xml/sax/saxutils.py:261–262  ·  view source on GitHub ↗
(self, prefix, uri)

Source from the content-addressed store, hash-verified

259 self._cont_handler.endDocument()
260
261 def startPrefixMapping(self, prefix, uri):
262 self._cont_handler.startPrefixMapping(prefix, uri)
263
264 def endPrefixMapping(self, prefix):
265 self._cont_handler.endPrefixMapping(prefix)

Callers

nothing calls this directly

Calls 1

startPrefixMappingMethod · 0.45

Tested by

no test coverage detected