Codebase list python-procrunner / 920a255
stdin is a bytestring David Waterman authored 4 years ago Markus Gerstel committed 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
399399 :param array command: Command line to be run, specified as array.
400400 :param timeout: Terminate program execution after this many seconds.
401401 :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.
403403 :param boolean print_stdout: Pass stdout through to sys.stdout.
404404 :param boolean print_stderr: Pass stderr through to sys.stderr.
405405 :param callback_stdout: Optional function which is called for each