stdin is a bytestring
David Waterman authored 3 years ago
Markus Gerstel committed 3 years ago
399 | 399 | :param array command: Command line to be run, specified as array. |
400 | 400 | :param timeout: Terminate program execution after this many seconds. |
401 | 401 | :param boolean debug: Enable further debug messages. |
402 | :param stdin: Optional string that is passed to command stdin. | |
402 | :param stdin: Optional bytestring that is passed to command stdin. | |
403 | 403 | :param boolean print_stdout: Pass stdout through to sys.stdout. |
404 | 404 | :param boolean print_stderr: Pass stderr through to sys.stderr. |
405 | 405 | :param callback_stdout: Optional function which is called for each |