Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_asyncio/
Dtest_windows_events.py116 [server] = await self.loop.start_serving_pipe(
/third_party/python/Lib/asyncio/
Dwindows_events.py344 async def start_serving_pipe(self, protocol_factory, address): member in ProactorEventLoop