Searched refs:_make_subprocess_transport (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/asyncio/ |
D | base_events.py | 489 async def _make_subprocess_transport(self, protocol, args, shell, member in BaseEventLoop 1628 transport = await self._make_subprocess_transport( 1661 transport = await self._make_subprocess_transport(
|
D | windows_events.py | 385 async def _make_subprocess_transport(self, protocol, args, shell, member in ProactorEventLoop
|
D | unix_events.py | 185 async def _make_subprocess_transport(self, protocol, args, shell, member in _UnixSelectorEventLoop
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_base_events.py | 180 gen = self.loop._make_subprocess_transport(m, m, m, m, m, m, m)
|