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

Method start_namespace_decl

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

Source from the content-addressed store, hash-verified

395 self._cont_handler.characters(data)
396
397 def start_namespace_decl(self, prefix, uri):
398 self._cont_handler.startPrefixMapping(prefix, uri)
399
400 def end_namespace_decl(self, prefix):
401 self._cont_handler.endPrefixMapping(prefix)

Callers

nothing calls this directly

Calls 1

startPrefixMappingMethod · 0.45

Tested by

no test coverage detected