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

Method end_namespace_decl

Lib/xml/sax/expatreader.py:400–401  ·  view source on GitHub ↗
(self, prefix)

Source from the content-addressed store, hash-verified

398 self._cont_handler.startPrefixMapping(prefix, uri)
399
400 def end_namespace_decl(self, prefix):
401 self._cont_handler.endPrefixMapping(prefix)
402
403 def start_doctype_decl(self, name, sysid, pubid, has_internal_subset):
404 self._lex_handler_prop.startDTD(name, pubid, sysid)

Callers

nothing calls this directly

Calls 1

endPrefixMappingMethod · 0.45

Tested by

no test coverage detected