MCPcopy Index your code
hub / github.com/python/cpython / cloneNode

Method cloneNode

Lib/xml/dom/minidom.py:206–207  ·  view source on GitHub ↗
(self, deep)

Source from the content-addressed store, hash-verified

204 self.childNodes[:] = L
205
206 def cloneNode(self, deep):
207 return _clone_node(self, deep, self.ownerDocument or self)
208
209 def isSupported(self, feature, version):
210 return self.ownerDocument.implementation.hasFeature(feature, version)

Callers 15

createStackCloneMethod · 0.45
OnFunction · 0.45
BnFunction · 0.45
otFunction · 0.45
utFunction · 0.45
otFunction · 0.45
utFunction · 0.45
setupLogosFunction · 0.45
_setupCloneElementMethod · 0.45
testCloneDocumentDeepMethod · 0.45

Calls 1

_clone_nodeFunction · 0.85