(self)
| 951 | self.check_clone_pi(0, "testClonePIShallow") |
| 952 | |
| 953 | def testClonePIDeep(self): |
| 954 | self.check_clone_pi(1, "testClonePIDeep") |
| 955 | |
| 956 | def check_clone_node_entity(self, clone_document): |
| 957 | # bpo-35052: Test user data handler in cloneNode() on a document with |
nothing calls this directly
no test coverage detected