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