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

Method start_namespace_decl

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

startPrefixMappingMethod · 0.45

Tested by

no test coverage detected