(self)
| 937 | self.check_clone_attribute(0, "testCloneAttributeShallow") |
| 938 | |
| 939 | def testCloneAttributeDeep(self): |
| 940 | self.check_clone_attribute(1, "testCloneAttributeDeep") |
| 941 | |
| 942 | def check_clone_pi(self, deep, testName): |
| 943 | doc = parseString("<?target data?><doc/>") |
nothing calls this directly
no test coverage detected