MCPcopy 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

_clone_nodeFunction · 0.80

Calls 1

DocumentFragmentClass · 0.85

Tested by 1