Home
last modified time | relevance | path

Searched refs:create_pipe_connection (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
Dtest_windows_events.py113 await self.loop.create_pipe_connection(
125 trans, proto = await self.loop.create_pipe_connection(
142 await self.loop.create_pipe_connection(
/third_party/python/Lib/asyncio/
Dwindows_events.py336 async def create_pipe_connection(self, protocol_factory, address): member in ProactorEventLoop