(loop, ctx)
| 157 | contexts = [] |
| 158 | |
| 159 | def handler(loop, ctx): |
| 160 | contexts.append(ctx) |
| 161 | |
| 162 | old_handler = self.loop.get_exception_handler() |
| 163 | self.loop.set_exception_handler(handler) |
nothing calls this directly
no outgoing calls
no test coverage detected