Home
last modified time | relevance | path

Searched refs:AbstractEventLoop (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Devents.py210 class AbstractEventLoop: class
651 assert loop is None or isinstance(loop, AbstractEventLoop)
Dunix_events.py855 assert loop is None or isinstance(loop, events.AbstractEventLoop)
Dbase_events.py358 class BaseEventLoop(events.AbstractEventLoop):
/external/python/cpython3/Doc/library/
Dasyncio-policy.rst57 :class:`AbstractEventLoop` interface.
Dasyncio-eventloop.rst1452 .. class:: AbstractEventLoop
1457 methods that an alternative implementation of ``AbstractEventLoop``
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_events.py2968 loop = asyncio.AbstractEventLoop()
3024 loop = asyncio.AbstractEventLoop()
3106 self.assertIsInstance(loop, asyncio.AbstractEventLoop)
3148 self.assertIsInstance(loop, asyncio.AbstractEventLoop)
Dtest_unix_events.py1838 asyncio.AbstractEventLoop)
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b1.rst355 Add :meth:`asyncio.AbstractEventLoop.sendfile` method.
D3.7.0a3.rst969 Add AbstractEventLoop.sock_recv_into().