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

Method testClonePIDeep

Lib/test/test_minidom.py:953–954  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

951 self.check_clone_pi(0, "testClonePIShallow")
952
953 def testClonePIDeep(self):
954 self.check_clone_pi(1, "testClonePIDeep")
955
956 def check_clone_node_entity(self, clone_document):
957 # bpo-35052: Test user data handler in cloneNode() on a document with

Callers

nothing calls this directly

Calls 1

check_clone_piMethod · 0.95

Tested by

no test coverage detected