(self)
| 1001 | self.assertIs(handler.dst, dst) |
| 1002 | |
| 1003 | def testCloneNodeEntity(self): |
| 1004 | self.check_clone_node_entity(False) |
| 1005 | self.check_clone_node_entity(True) |
| 1006 | |
| 1007 | def testNormalize(self): |
| 1008 | doc = parseString("<doc/>") |
nothing calls this directly
no test coverage detected