Home
last modified time | relevance | path

Searched refs:_asyncio_Future_result_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/clinic/
D_asynciomodule.c.h66 _asyncio_Future_result_impl(FutureObj *self);
71 return _asyncio_Future_result_impl(self); in _asyncio_Future_result()
/third_party/python/Modules/
D_asynciomodule.c826 _asyncio_Future_result_impl(FutureObj *self) in _asyncio_Future_result_impl() function
1636 res = _asyncio_Future_result_impl(fut); in FutureIter_am_send()