Home
last modified time | relevance | path

Searched refs:proactor_events (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
H A Dtest_proactor_events.py1 """Tests for proactor_events.py"""
10 from asyncio.proactor_events import BaseProactorEventLoop
11 from asyncio.proactor_events import _ProactorSocketTransport
12 from asyncio.proactor_events import _ProactorWritePipeTransport
13 from asyncio.proactor_events import _ProactorDuplexPipeTransport
14 from asyncio.proactor_events import _ProactorDatagramTransport
171 @mock.patch('asyncio.proactor_events.logger')
628 @mock.patch('asyncio.proactor_events.logger')
752 with mock.patch('asyncio.proactor_events.socket.socketpair',
758 @mock.patch('asyncio.proactor_events
[all...]
H A Dtest_sock_lowlevel.py6 from asyncio import proactor_events namespace
76 if not isinstance(self.loop, proactor_events.BaseProactorEventLoop):
H A Dtest_events.py32 from asyncio import proactor_events namespace
/third_party/python/Lib/asyncio/
H A Dwindows_events.py22 from . import proactor_events namespace
309 class ProactorEventLoop(proactor_events.BaseProactorEventLoop):

Completed in 7 milliseconds