(self)
| 124 | self.do_customEvent(self.set_root, self.event_root) |
| 125 | |
| 126 | def test_add_root(self): |
| 127 | self.do_customEvent(self.add_root, self.event_root) |
| 128 | |
| 129 | def test_append_root(self): |
| 130 | self.do_customEvent(self.append_root, self.event_root) |
nothing calls this directly
no test coverage detected