Lines Matching refs:stdin
13 stdin, stdout, stderr, bufsize,
27 if stdin == subprocess.PIPE:
36 self._start(args=args, shell=shell, stdin=stdin, stdout=stdout,
68 stdin = self._pipes.get(0)
69 if stdin is not None:
70 info.append(f'stdin={stdin.pipe}')
84 def _start(self, args, shell, stdin, stdout, stderr, bufsize, **kwargs):
161 if proc.stdin is not None:
164 proc.stdin)