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

Method clear

Lib/xml/dom/pulldom.py:276–281  ·  view source on GitHub ↗

clear(): Explicitly release parsing objects

(self)

Source from the content-addressed store, hash-verified

274 return rc
275
276 def clear(self):
277 """clear(): Explicitly release parsing objects"""
278 self.pulldom.clear()
279 del self.pulldom
280 self.parser = None
281 self.stream = None
282
283class SAX2DOM(PullDOM):
284

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected