Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_asynciomodule.c.h371 _asyncio_Task__make_cancelled_error_impl(TaskObj *self);
376 return _asyncio_Task__make_cancelled_error_impl(self); in _asyncio_Task__make_cancelled_error()
/external/python/cpython3/Modules/
D_asynciomodule.c2198 _asyncio_Task__make_cancelled_error_impl(TaskObj *self) in _asyncio_Task__make_cancelled_error_impl() function