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

Method testCloneAttributeShallow

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

Source from the content-addressed store, hash-verified

934 testName + ": cloned attribute must have specified == True")
935
936 def testCloneAttributeShallow(self):
937 self.check_clone_attribute(0, "testCloneAttributeShallow")
938
939 def testCloneAttributeDeep(self):
940 self.check_clone_attribute(1, "testCloneAttributeDeep")

Callers

nothing calls this directly

Calls 1

check_clone_attributeMethod · 0.95

Tested by

no test coverage detected