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

Method reset

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

Source from the content-addressed store, hash-verified

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

nothing calls this directly

Calls 2

_initNamespacesMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected