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

Method testCloneAttributeDeep

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

Source from the content-addressed store, hash-verified

937 self.check_clone_attribute(0, "testCloneAttributeShallow")
938
939 def testCloneAttributeDeep(self):
940 self.check_clone_attribute(1, "testCloneAttributeDeep")
941
942 def check_clone_pi(self, deep, testName):
943 doc = parseString("<?target data?><doc/>")

Callers

nothing calls this directly

Calls 1

check_clone_attributeMethod · 0.95

Tested by

no test coverage detected