Home | History | Annotate | Download | only in py2

Lines Matching defs:shell

19  Shell utilities
22 Shell utilities.
201 shell = True
205 shell = False
224 shell=shell,
299 shell = True
303 shell = False
310 argv, env=env, shell=shell, close_fds=close_fds
336 shell = True
339 shell = False
363 p = subprocess.Popen(argv, env=env, shell=shell, close_fds=close_fds)