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

Method reset

Lib/xml/dom/expatbuilder.py:814–816  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

812 """Fragment builder that supports namespaces."""
813
814 def reset(self):
815 FragmentBuilder.reset(self)
816 self._initNamespaces()
817
818 def _getNSattrs(self):
819 """Return string of namespace attributes from this element and

Callers

nothing calls this directly

Calls 2

_initNamespacesMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected