subprocess
stdout
stderr
default_capture_timeout
run()
capture_stdout()
get_stdout()
capture_stderr()
get_stderr()
capture_both()
get_both()
shell_quote()
shell_format()
Command
Command.process
Command.returncode
Command.exception
Command.run()
Command.wait()
Command.terminate()
Command.kill()
Command.poll()
Pipeline
Pipeline.returncodes
Pipeline.returncode
Pipeline.commands
Pipeline.exceptions
Pipeline.run()
Pipeline.wait()
Pipeline.poll_last()
Pipeline.poll_all()
Pipeline.close()
Capture
Capture.read()
Capture.readline()
Capture.readlines()
Capture.expect()
Popen
sarge