(loop, context)
| 358 | future = loop.create_future() |
| 359 | |
| 360 | def exceptionHandler(loop, context): |
| 361 | future.set_exception(context["exception"]) |
| 362 | loop.set_exception_handler(exceptionHandler) |
| 363 | |
| 364 | pm.eval(""" |
nothing calls this directly
no outgoing calls
no test coverage detected