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

Method reset

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

Source from the content-addressed store, hash-verified

607 ExpatBuilder.__init__(self, options)
608
609 def reset(self):
610 ExpatBuilder.reset(self)
611 self.fragment = None
612
613 def parseFile(self, file):
614 """Parse a document fragment from a file object, returning the

Callers 1

parseStringMethod · 0.95

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected