(self)
| 112 | return event.reactor.handler |
| 113 | |
| 114 | def test_set_handler(self): |
| 115 | self.do_customEvent(self.set_root, self.event_reactor_handler) |
| 116 | |
| 117 | def test_add_handler(self): |
| 118 | self.do_customEvent(self.add_root, self.event_reactor_handler) |
nothing calls this directly
no test coverage detected