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

Method endDocument

Lib/xml/dom/pulldom.py:188–190  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

186 return node.firstChild
187
188 def endDocument(self):
189 self.lastEvent[1] = [(END_DOCUMENT, self.document), None]
190 self.pop()
191
192 def clear(self):
193 "clear(): Explicitly release parsing structures"

Callers 3

parseMethod · 0.45
parseMethod · 0.45
testSAX2DOMMethod · 0.45

Calls 1

popMethod · 0.95

Tested by 3

parseMethod · 0.36
parseMethod · 0.36
testSAX2DOMMethod · 0.36