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

Method testClonePIShallow

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

Source from the content-addressed store, hash-verified

948 and clone.data == pi.data)
949
950 def testClonePIShallow(self):
951 self.check_clone_pi(0, "testClonePIShallow")
952
953 def testClonePIDeep(self):
954 self.check_clone_pi(1, "testClonePIDeep")

Callers

nothing calls this directly

Calls 1

check_clone_piMethod · 0.95

Tested by

no test coverage detected