(self)
| 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") |
nothing calls this directly
no test coverage detected