Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _create_document
Method
_create_document
Lib/xml/dom/minidom.py:1504–1505 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1502
1503
# internal
1504
def
_create_document(self):
1505
return
Document()
1506
1507
class
ElementInfo(object):
1508
""
"Object that represents content-model information
for
an element.
Callers
1
createDocument
Method · 0.95
Calls
1
Document
Class · 0.85
Tested by
no test coverage detected