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

Class ExpatBuilderNS

Lib/xml/dom/expatbuilder.py:803–808  ·  view source on GitHub ↗

Document builder that supports namespaces.

Source from the content-addressed store, hash-verified

801
802
803class ExpatBuilderNS(Namespaces, ExpatBuilder):
804 """Document builder that supports namespaces."""
805
806 def reset(self):
807 ExpatBuilder.reset(self)
808 self._initNamespaces()
809
810
811class FragmentBuilderNS(Namespaces, FragmentBuilder):

Callers 3

parseFunction · 0.85
parseStringFunction · 0.85
makeBuilderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…