Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
parse
Method · 0.45
parse
Method · 0.45
testSAX2DOM
Method · 0.45
Calls
1
pop
Method · 0.95
Tested by
3
parse
Method · 0.36
parse
Method · 0.36
testSAX2DOM
Method · 0.36