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

Method testCloneNodeEntity

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

Source from the content-addressed store, hash-verified

1001 self.assertIs(handler.dst, dst)
1002
1003 def testCloneNodeEntity(self):
1004 self.check_clone_node_entity(False)
1005 self.check_clone_node_entity(True)
1006
1007 def testNormalize(self):
1008 doc = parseString("<doc/>")

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected