MCPcopy Index your code
hub / github.com/RustPython/RustPython / testCloneDocumentTypeDeepNotOk

Method testCloneDocumentTypeDeepNotOk

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

Source from the content-addressed store, hash-verified

879 and cn.systemId == sn.systemId)
880
881 def testCloneDocumentTypeDeepNotOk(self):
882 doc = create_doc_with_doctype()
883 clone = doc.doctype.cloneNode(1)
884 self.assertIsNone(clone)
885
886 def testCloneDocumentTypeShallowOk(self):
887 doctype = create_nonempty_doctype()

Callers

nothing calls this directly

Calls 3

create_doc_with_doctypeFunction · 0.85
assertIsNoneMethod · 0.80
cloneNodeMethod · 0.45

Tested by

no test coverage detected