Home
last modified time | relevance | path

Searched refs:subprocess_shell (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Doc/library/
Dasyncio-platforms.rst47 :meth:`loop.subprocess_exec` and :meth:`loop.subprocess_shell`
Dasyncio-subprocess.rst86 See the documentation of :meth:`loop.subprocess_shell` for other
109 :meth:`loop.subprocess_exec`, :meth:`loop.subprocess_shell`,
Dasyncio-llapi-index.rst237 * - :meth:`loop.subprocess_shell`
375 :meth:`loop.subprocess_shell`:
Dasyncio-protocol.rst139 event loop methods :meth:`loop.subprocess_shell` and
683 :meth:`loop.subprocess_shell` methods.
Dasyncio-eventloop.rst953 :meth:`loop.subprocess_shell` methods.
1226 .. coroutinemethod:: loop.subprocess_shell(protocol_factory, cmd, \*, \
/external/python/cpython3/Lib/asyncio/
Dsubprocess.py199 transport, protocol = await loop.subprocess_shell(
Devents.py485 async def subprocess_shell(self, protocol_factory, cmd, *, member in AbstractEventLoop
Dbase_events.py1480 async def subprocess_shell(self, protocol_factory, cmd, *, member in BaseEventLoop
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_base_events.py542 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,
Dtest_events.py1907 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)