Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_asynciomodule.c.h388 _asyncio_Task__repr_info_impl(TaskObj *self);
393 return _asyncio_Task__repr_info_impl(self); in _asyncio_Task__repr_info()
/external/python/cpython3/Modules/
D_asynciomodule.c2211 _asyncio_Task__repr_info_impl(TaskObj *self) in _asyncio_Task__repr_info_impl() function