Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ endDocument
Method
endDocument
tools/python-3.11.9-amd64/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
nothing calls this directly
Calls
1
pop
Method · 0.95
Tested by
no test coverage detected