Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/asyncio/
Dtasks.py343 _PyTask = Task variable
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py2962 Task = tasks._PyTask
2977 Task = tasks._PyTask
2984 Task = tasks._PyTask
2990 Task = tasks._PyTask
3183 return tasks._PyTask(coro, loop=self.loop)