Searched refs:_asyncio_Future_set_exception_impl (Results 1 – 2 of 2) sorted by relevance
190 _asyncio_Future_set_exception_impl(FutureObj *self, PyTypeObject *cls,218 return_value = _asyncio_Future_set_exception_impl(self, cls, exception); in _asyncio_Future_set_exception()
900 _asyncio_Future_set_exception_impl(FutureObj *self, PyTypeObject *cls, in _asyncio_Future_set_exception_impl() function