Home
last modified time | relevance | path

Searched refs:BaseEventLoop (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_runners.py31 loop = asyncio.BaseEventLoop()
Dtest_pep492.py33 self.loop = asyncio.BaseEventLoop()
Dutils.py302 class TestLoop(base_events.BaseEventLoop):
Dtest_base_events.py150 self.loop = base_events.BaseEventLoop()
294 loop2 = base_events.BaseEventLoop()
678 class Loop(base_events.BaseEventLoop):
797 class EventLoop(base_events.BaseEventLoop):
Dtest_events.py2369 return base_events.BaseEventLoop._sendfile_native(
2391 return base_events.BaseEventLoop._sendfile_native(
2517 return base_events.BaseEventLoop._sendfile_native(
/external/python/cpython3/Lib/asyncio/
Dproactor_events.py481 class BaseProactorEventLoop(base_events.BaseEventLoop):
Dselector_events.py42 class BaseSelectorEventLoop(base_events.BaseEventLoop):
Dbase_events.py358 class BaseEventLoop(events.AbstractEventLoop): class
/external/python/cpython3/Misc/NEWS.d/
D3.6.4rc1.rst761 Added asyncio.BaseEventLoop.connect_accepted_socket versionadded marker.
D3.7.0a3.rst1220 Added asyncio.BaseEventLoop.connect_accepted_socket versionadded marker.
D3.5.0a1.rst3301 Add a new is_closed() method to asyncio.BaseEventLoop. run_forever() and
3302 run_until_complete() methods of asyncio.BaseEventLoop now raise an exception
/external/python/cpython3/Misc/
DHISTORY1613 - Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoop.
1614 run_forever() and run_until_complete() methods of asyncio.BaseEventLoop now
2281 BaseEventLoop.set_debug() and BaseEventLoop.get_debug().
2285 - asyncio: Refactoring and fixes: BaseEventLoop.sock_connect() raises an
2628 - Issue #20311: asyncio: Add a granularity attribute to BaseEventLoop: maximum
2629 between the resolution of the BaseEventLoop.time() method and the resolution