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

Method end_namespace_decl

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

endPrefixMappingMethod · 0.45

Tested by

no test coverage detected