Home
last modified time | relevance | path

Searched refs:_coro (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/asyncio/
H A Dbase_tasks.py18 coro = coroutines._format_coroutine(task._coro)
34 if hasattr(task._coro, 'cr_frame'):
36 f = task._coro.cr_frame
37 elif hasattr(task._coro, 'gi_frame'):
39 f = task._coro.gi_frame
40 elif hasattr(task._coro, 'ag_frame'):
42 f = task._coro.ag_frame
H A Dtasks.py114 self._coro = coro
140 return self._coro
258 coro = self._coro
/third_party/python/Lib/
H A D_collections_abc.py64 async def _coro(): pass function
65 _coro = _coro() variable
66 coroutine = type(_coro)
67 _coro.close() # Prevent ResourceWarning
68 del _coro

Completed in 5 milliseconds