Searched refs:subprocess_shell (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython3/Doc/library/ |
D | asyncio-platforms.rst | 47 :meth:`loop.subprocess_exec` and :meth:`loop.subprocess_shell`
|
D | asyncio-subprocess.rst | 86 See the documentation of :meth:`loop.subprocess_shell` for other 109 :meth:`loop.subprocess_exec`, :meth:`loop.subprocess_shell`,
|
D | asyncio-llapi-index.rst | 237 * - :meth:`loop.subprocess_shell` 375 :meth:`loop.subprocess_shell`:
|
D | asyncio-protocol.rst | 139 event loop methods :meth:`loop.subprocess_shell` and 683 :meth:`loop.subprocess_shell` methods.
|
D | asyncio-eventloop.rst | 953 :meth:`loop.subprocess_shell` methods. 1226 .. coroutinemethod:: loop.subprocess_shell(protocol_factory, cmd, \*, \
|
/external/python/cpython3/Lib/asyncio/ |
D | subprocess.py | 199 transport, protocol = await loop.subprocess_shell(
|
D | events.py | 485 async def subprocess_shell(self, protocol_factory, cmd, *, member in AbstractEventLoop
|
D | base_events.py | 1480 async def subprocess_shell(self, protocol_factory, cmd, *, member in BaseEventLoop
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_base_events.py | 542 self.loop.run_until_complete, self.loop.subprocess_shell, 545 self.loop.run_until_complete, self.loop.subprocess_shell, 550 self.loop.run_until_complete, self.loop.subprocess_shell, 553 self.loop.run_until_complete, self.loop.subprocess_shell, 556 self.loop.run_until_complete, self.loop.subprocess_shell,
|
D | test_events.py | 1907 connect = self.loop.subprocess_shell( 1923 connect = self.loop.subprocess_shell( 1933 connect = self.loop.subprocess_shell( 2076 connect = self.loop.subprocess_shell( 2104 await self.loop.subprocess_shell( 3057 await loop.subprocess_shell(f, mock.sentinel)
|