(self)
| 963 | |
| 964 | @unittest.expectedFailure # TODO: RUSTPYTHON |
| 965 | def testClonePIDeep(self): |
| 966 | self.check_clone_pi(1, "testClonePIDeep") |
| 967 | |
| 968 | def check_clone_node_entity(self, clone_document): |
| 969 | # bpo-35052: Test user data handler in cloneNode() on a document with |
nothing calls this directly
no test coverage detected