Home
last modified time | relevance | path

Searched refs:_make_subprocess_transport (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dbase_events.py489 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(
Dwindows_events.py385 async def _make_subprocess_transport(self, protocol, args, shell, member in ProactorEventLoop
Dunix_events.py185 async def _make_subprocess_transport(self, protocol, args, shell, member in _UnixSelectorEventLoop
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_base_events.py180 gen = self.loop._make_subprocess_transport(m, m, m, m, m, m, m)