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

Method clear

Lib/xml/dom/pulldom.py:192–194  ·  view source on GitHub ↗

clear(): Explicitly release parsing structures

(self)

Source from the content-addressed store, hash-verified

190 self.pop()
191
192 def clear(self):
193 "clear(): Explicitly release parsing structures"
194 self.document = None
195
196class ErrorHandler:
197 def warning(self, exception):

Callers 3

_clear_id_cacheFunction · 0.45
_do_pulldom_parseFunction · 0.45
clearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected