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

Method endPrefixMapping

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

Source from the content-addressed store, hash-verified

262 self._cont_handler.startPrefixMapping(prefix, uri)
263
264 def endPrefixMapping(self, prefix):
265 self._cont_handler.endPrefixMapping(prefix)
266
267 def startElement(self, name, attrs):
268 self._cont_handler.startElement(name, attrs)

Callers

nothing calls this directly

Calls 1

endPrefixMappingMethod · 0.45

Tested by

no test coverage detected