Lines Matching refs:shell
37 getoutput(...): Runs a command in the shell, waits for it to complete,
39 getstatusoutput(...): Runs a command in the shell, waits for it to complete,
650 """Return (exitcode, output) of executing cmd in a shell.
652 Execute the string 'cmd' in a shell with 'check_output' and
671 data = check_output(cmd, shell=True, text=True, stderr=STDOUT,
682 """Return output (stdout or stderr) of executing cmd in a shell.
770 shell: If true, the command will be executed through the shell.
810 shell=False, cwd=None, env=None, universal_newlines=None,
1028 startupinfo, creationflags, shell,
1438 startupinfo, creationflags, shell,
1453 if shell:
1457 if shell:
1459 'shell is true')
1509 if shell:
1523 raise FileNotFoundError('shell not found: neither %ComSpec% nor %SystemRoot% is set')
1791 startupinfo, creationflags, shell,
1803 if shell:
1805 'shell is true')
1810 if shell:
1811 # On Android the default shell is at '/system/bin/sh'.