Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ createDocumentFragment
Method
createDocumentFragment
Lib/xml/dom/minidom.py:1684–1687 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1682
return
clone
1683
1684
def
createDocumentFragment(self):
1685
d = DocumentFragment()
1686
d.ownerDocument = self
1687
return
d
1688
1689
def
createElement(self, tagName):
1690
e = Element(tagName)
Callers
3
_create_fragment_test_nodes
Method · 0.80
_clone_node
Function · 0.80
external_entity_ref_handler
Method · 0.80
Calls
1
DocumentFragment
Class · 0.85
Tested by
1
_create_fragment_test_nodes
Method · 0.64