Home
last modified time | relevance | path

Searched refs:get_coro (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dtasks.py156 def get_coro(self): member in Task
/external/python/cpython3/Doc/library/
Dasyncio-task.rst945 .. method:: get_coro()
/external/python/cpython3/Misc/NEWS.d/
D3.8.0b1.rst551 Add the ``asyncio.Task.get_coro()`` method to publicly expose the tasks's
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py2790 self.assertIs(task.get_coro(), coro)
/external/python/cpython3/Doc/whatsnew/
D3.8.rst663 Added :meth:`asyncio.Task.get_coro` for getting the wrapped coroutine