Home
last modified time | relevance | path

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

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