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

Method testDeepcopiedDocument

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

Source from the content-addressed store, hash-verified

1710 self.assert_recursive_equal(doc, doc2)
1711
1712 def testDeepcopiedDocument(self):
1713 doc = parseString(sample)
1714 doc2 = copy.deepcopy(doc)
1715 self.assert_recursive_equal(doc, doc2)
1716
1717 def testSerializeCommentNodeWithDoubleHyphen(self):
1718 doc = create_doc_without_doctype()

Callers

nothing calls this directly

Calls 2

parseStringFunction · 0.90

Tested by

no test coverage detected