MCPcopy Create free account
hub / github.com/Distributive-Network/PythonMonkey / getException

Method getException

src/PyEventLoop.cc:307–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307PyObject *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}

Callers 1

futureOnDoneCallbackFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected