| 305 | } |
| 306 | |
| 307 | PyObject *PyEventLoop::Future::getException() { |
| 308 | // https://docs.python.org/3.9/library/asyncio-future.html#asyncio.Future.exception |
| 309 | return PyObject_CallMethod(_future, "exception", NULL); |
| 310 | } |
no outgoing calls
no test coverage detected