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