Home
last modified time | relevance | path

Searched refs:get_task_factory (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Devents.py550 def get_task_factory(self): member in AbstractEventLoop
Dbase_events.py426 def get_task_factory(self): member in BaseEventLoop
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_base_events.py729 self.assertIsNone(self.loop.get_task_factory())
743 self.assertIsNone(self.loop.get_task_factory())
745 self.assertIs(self.loop.get_task_factory(), factory)
752 self.assertIsNone(self.loop.get_task_factory())
/external/python/cpython3/Doc/library/
Dasyncio-llapi-index.rst127 * - :meth:`loop.get_task_factory`
Dasyncio-eventloop.rst326 .. method:: loop.get_task_factory()
/external/python/cpython3/Misc/NEWS.d/
D3.5.0b1.rst657 asyncio: New event loop APIs: set_task_factory() and get_task_factory().
/external/python/cpython3/Doc/whatsnew/
D3.5.rst809 :meth:`loop.get_task_factory() <asyncio.loop.get_task_factory>`
/external/python/cpython3/Misc/
DHISTORY725 - asyncio: New event loop APIs: set_task_factory() and get_task_factory().